comparison utils.c @ 1303:44c593741578 libavformat

undefines a few temporary defines which were not undefined after their usage. Patch by Panagiotis Issaris
author gpoirier
date Sat, 09 Sep 2006 08:49:28 +0000
parents 8b14b8103d9f
children 59dbb78518d4
comparison
equal deleted inserted replaced
1302:4b3fbb5bd20a 1303:44c593741578
471 {"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"}, 471 {"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"},
472 {"track", " set the track number", OFFSET(track), FF_OPT_TYPE_INT, DEFAULT, 1, INT_MAX, E}, 472 {"track", " set the track number", OFFSET(track), FF_OPT_TYPE_INT, DEFAULT, 1, INT_MAX, E},
473 {"year", "set the year", OFFSET(year), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, E}, 473 {"year", "set the year", OFFSET(year), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, E},
474 {NULL}, 474 {NULL},
475 }; 475 };
476
477 #undef E
478 #undef D
479 #undef DEFAULT
476 480
477 static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; 481 static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options };
478 482
479 #if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0) 483 #if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
480 static 484 static