diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-11 13:46:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-11 14:10:21 +0200 |
commit | be4cde226a2c7b1fe3864224d8a18f32b97edd45 (patch) | |
tree | b83781e063fbbd5fe7106c17ff8d47a84c43e584 /cmdutils.h | |
parent | c1d404b9e400d15b1b29fb05303278be0859eb7a (diff) | |
download | ffmpeg-be4cde226a2c7b1fe3864224d8a18f32b97edd45.tar.gz |
cmdutils: parse options for swr
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
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; /** |