]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'
[ffmpeg] / ffmpeg_opt.c
index d1fe8742ff256af1e6f53f82b5da8aff28453f32..ce85f324cf5df252d925c41fc55b59dbafc9095d 100644 (file)
@@ -3260,6 +3260,8 @@ int ffmpeg_parse_options(int argc, char **argv)
         goto fail;
     }
 
+    check_filter_outputs();
+
 fail:
     uninit_parse_context(&octx);
     if (ret < 0) {
@@ -3289,7 +3291,7 @@ static int opt_progress(void *optctx, const char *opt, const char *arg)
 #define OFFSET(x) offsetof(OptionsContext, x)
 const OptionDef options[] = {
     /* main options */
-#include "cmdutils_common_opts.h"
+    CMDUTILS_COMMON_OPTIONS
     { "f",              HAS_ARG | OPT_STRING | OPT_OFFSET |
                         OPT_INPUT | OPT_OUTPUT,                      { .off       = OFFSET(format) },
         "force format", "fmt" },