diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-02 01:25:14 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2011-10-02 21:21:46 +0200 |
commit | 92dac3a9dd4544f1a15d52f363db08109d48be55 (patch) | |
tree | e06ce7baa5bdf64cc96e191281ed9627b4a47d52 | |
parent | c2b7f7748be447e1446f63b13da472ba7e00f329 (diff) | |
download | ffmpeg-92dac3a9dd4544f1a15d52f363db08109d48be55.tar.gz |
ffplay: set request_channels to 2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |