diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2007-02-05 16:07:26 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-05 16:07:26 +0000 |
commit | 57b7e784d0c121b72f78b2bdbbfa316c4274cf1a (patch) | |
tree | 36327d1121a126c15d147e03bb8a941f9f4df52f /ffmpeg.c | |
parent | e681906108e6281cca9fd52cb18e53054cfd0fdf (diff) | |
download | ffmpeg-57b7e784d0c121b72f78b2bdbbfa316c4274cf1a.tar.gz |
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be.
Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |