]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
cmdutils: Fix overriding flags on the command line.
[ffmpeg] / cmdutils.h
index 55134ff27ba06c5f43b48432abd02f666de35f40..842c78206e7adb71d58f263ede327d5125e3a12e 100644 (file)
@@ -47,6 +47,7 @@ extern const int program_birth_year;
 extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
 extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
+extern AVDictionary *sws_dict;
 extern AVDictionary *swr_opts;
 extern AVDictionary *format_opts, *codec_opts, *resample_opts;
 extern int hide_banner;
@@ -278,6 +279,7 @@ typedef struct OptionGroup {
     AVDictionary *format_opts;
     AVDictionary *resample_opts;
     struct SwsContext *sws_opts;
+    AVDictionary *sws_dict;
     AVDictionary *swr_opts;
 } OptionGroup;