summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-17 17:06:57 +0200
committerDiego Biurrun <diego@biurrun.de>2017-01-12 11:42:21 +0100
commit122de16dd8108a59a55d30543c9f28b5f61b02d1 (patch)
tree3a9cb9b790c42a0a52e5624acc0190bb58f5c87a /avplay.c
parent2a2889e130fee6d3c11e506328388afb317626ed (diff)
Replace cmdutils_common_opts.h by a macro
Diffstat (limited to 'avplay.c')
-rw-r--r--avplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avplay.c b/avplay.c
index e5ee9dbbef..18879e16bc 100644
--- 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" },