From b5e0e327ceb738c1d329f741e731f77eea8c976a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 26 Nov 2012 04:06:19 +0100 Subject: ffmpeg: fix swr filter_type for auto inserted aresample filters Signed-off-by: Michael Niedermayer --- ffmpeg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index e981a74f52..d260222c55 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -326,6 +326,7 @@ typedef struct OutputStream { char *avfilter; int64_t sws_flags; + int64_t swr_filter_type; int64_t swr_dither_method; double swr_dither_scale; AVDictionary *opts; -- cgit v1.2.3