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 --- avconv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index defdf59c4a..da7259e292 100644 --- a/avconv.h +++ b/avconv.h @@ -293,6 +293,7 @@ typedef struct OutputStream { int64_t sws_flags; AVDictionary *opts; + AVDictionary *resample_opts; int finished; /* no more packets should be written for this stream */ int stream_copy; const char *attachment_filename; -- cgit v1.2.3