Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-26 07:06:19 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-26 07:06:19 +0400
commitb5e0e327ceb738c1d329f741e731f77eea8c976a (patch)
tree2dc5cbf9c130d525d2dde408a722a71b9ab78f36 /ffmpeg.h
parent4bd6d73fc8d4bc367668f2770d92a06b0c79146d (diff)
ffmpeg: fix swr filter_type for auto inserted aresample filters
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
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;