From 57b7e784d0c121b72f78b2bdbbfa316c4274cf1a Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Mon, 5 Feb 2007 16:07:26 +0000 Subject: Force stereo in target vcd. Patch by Michel Bardiaux, mbardiaux mediaxim be. Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 5cb702a9a6..5542d6457b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3538,6 +3538,7 @@ static void opt_target(const char *arg) audio_bit_rate = 224000; audio_sample_rate = 44100; + audio_channels = 2; opt_default("packetsize", "2324"); opt_default("muxrate", "1411200"); // 2352 * 75 * 8; -- cgit v1.2.3