From 5c7db097ebe1fb5c233cedd8846615074e7d6044 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 18 Dec 2012 21:47:28 -0500 Subject: avconv: pass libavresample options to AVFilterGraph --- cmdutils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index ed9c68e9c0..84d906855b 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -42,7 +42,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 *format_opts, *codec_opts; +extern AVDictionary *format_opts, *codec_opts, *resample_opts; /** * Initialize the cmdutils option system, in particular @@ -235,6 +235,7 @@ typedef struct OptionGroup { AVDictionary *codec_opts; AVDictionary *format_opts; + AVDictionary *resample_opts; struct SwsContext *sws_opts; } OptionGroup; -- cgit v1.2.3