X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=842c78206e7adb71d58f263ede327d5125e3a12e;hb=408c9cf0e21d83d21865c3e27e1c44a9da30a98c;hp=55134ff27ba06c5f43b48432abd02f666de35f40;hpb=efa1e26122e3ae68dfd1c4ff622aa2060d4a80c3;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 55134ff27ba..842c78206e7 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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;