OSDN Git Service

avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 channel layout
[android-x86/external-ffmpeg.git] / ffplay.c
index 139da9f..c0b326c 100644 (file)
--- 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" },