X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=7f3db2af1a671f0a3e8ceaed5c2e4357ff4ee741;hb=80a12be10f39d5ce0c9e95f49d6b2ecb5750b334;hp=55134ff27ba06c5f43b48432abd02f666de35f40;hpb=d95fee4425285e90604cda48375069f5ef090ce3;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 55134ff27ba..7f3db2af1a6 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -46,7 +46,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; @@ -277,7 +277,7 @@ typedef struct OptionGroup { AVDictionary *codec_opts; AVDictionary *format_opts; AVDictionary *resample_opts; - struct SwsContext *sws_opts; + AVDictionary *sws_dict; AVDictionary *swr_opts; } OptionGroup;