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 <michaelni@gmx.at>2012-04-11 15:46:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-11 16:10:21 +0400
commitbe4cde226a2c7b1fe3864224d8a18f32b97edd45 (patch)
treeb83781e063fbbd5fe7106c17ff8d47a84c43e584 /cmdutils.h
parentc1d404b9e400d15b1b29fb05303278be0859eb7a (diff)
cmdutils: parse options for swr
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index ad74213027..07a8d32a2c 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -51,6 +51,7 @@ extern const int this_year;
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts;
extern struct SwsContext *sws_opts;
+extern struct SwrContext *swr_opts;
extern AVDictionary *format_opts, *codec_opts;
/**