Commit 92dac3a9 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Marton Balint

ffplay: set request_channels to 2

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c2b7f774
......@@ -2379,6 +2379,8 @@ static int read_thread(void *arg)
if(genpts)
ic->flags |= AVFMT_FLAG_GENPTS;
av_dict_set(&codec_opts, "request_channels", "2", 0);
opts = setup_find_stream_info_opts(ic, codec_opts);
orig_nb_streams = ic->nb_streams;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment