Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-08 17:47:21 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-08 17:51:25 +0300
commit5edab1d207d211962b8b0e9ffdebf774aa6ee688 (patch)
treebc424e355483a19fe99584cc115cc5a90cef2fc1 /cmdutils.h
parent408c9cf0e21d83d21865c3e27e1c44a9da30a98c (diff)
cmdutils: remove sws_opts usage, simplify code
It has become unused as all code was switched to AVDictionary Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 842c78206e..7f3db2af1a 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -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;