]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
avcodec/rv30: fix switching back to the original resolution
[ffmpeg] / cmdutils.h
index 842c78206e7adb71d58f263ede327d5125e3a12e..7f3db2af1a671f0a3e8ceaed5c2e4357ff4ee741 100644 (file)
@@ -46,7 +46,6 @@ 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;
@@ -278,7 +277,6 @@ typedef struct OptionGroup {
     AVDictionary *codec_opts;
     AVDictionary *format_opts;
     AVDictionary *resample_opts;
-    struct SwsContext *sws_opts;
     AVDictionary *sws_dict;
     AVDictionary *swr_opts;
 } OptionGroup;