ffmpeg: fix swr filter_type for auto inserted aresample filters

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-11-26 04:06:19 +01:00
parent 4bd6d73fc8
commit b5e0e327ce
3 changed files with 4 additions and 0 deletions

View File

@@ -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;