]> git.sesse.net Git - ffmpeg/blobdiff - avplay.c
aarch64: vp9itxfm: Fix incorrect vertical alignment
[ffmpeg] / avplay.c
index e5ee9dbbef435e1752835d7cd44ac1080cd5b26a..18879e16bcc53739737be9f10ac92c53d8ae221d 100644 (file)
--- a/avplay.c
+++ b/avplay.c
@@ -2904,7 +2904,7 @@ static int opt_duration(void *optctx, const char *opt, const char *arg)
 
 #define OFF(x) offsetof(PlayerState, x)
 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" },