|
@@ -1015,6 +1015,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
|
|
|
st->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
|
|
|
|
|
|
av_opt_get_int(sws_opts, "sws_flags", 0, &ost->sws_flags);
|
|
|
+ av_opt_get_int (swr_opts, "filter_type" , 0, &ost->swr_filter_type);
|
|
|
av_opt_get_int (swr_opts, "dither_method", 0, &ost->swr_dither_method);
|
|
|
av_opt_get_double(swr_opts, "dither_scale" , 0, &ost->swr_dither_scale);
|
|
|
|