From 92dac3a9dd4544f1a15d52f363db08109d48be55 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 2 Oct 2011 01:25:14 +0200 Subject: [PATCH] ffplay: set request_channels to 2 Signed-off-by: Michael Niedermayer --- ffplay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffplay.c b/ffplay.c index 46eff5c9b6..e04b69a9fd 100644 --- a/ffplay.c +++ b/ffplay.c @@ -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;