X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ffplay.c;h=c0b326c8ccc95ec041157512fa8724fbc1b0d234;hb=f225003d17364cd38fd28f268ae2b29abd8e5024;hp=139da9f872fb3098637ba002d9863e56a4550a6c;hpb=e166fe2e1f0ae175a6b7f1f4b137c1366fd7f633;p=android-x86%2Fexternal-ffmpeg.git diff --git a/ffplay.c b/ffplay.c index 139da9f872..c0b326c8cc 100644 --- a/ffplay.c +++ b/ffplay.c @@ -3512,7 +3512,7 @@ static int opt_codec(void *optctx, const char *opt, const char *arg) static int dummy; static const OptionDef options[] = { -#include "cmdutils_common_opts.h" + CMDUTILS_COMMON_OPTIONS { "x", HAS_ARG, { .func_arg = opt_width }, "force displayed width", "width" }, { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" }, { "s", HAS_ARG | OPT_VIDEO, { .func_arg = opt_frame_size }, "set frame size (WxH or abbreviation)", "size" },