[Ffmpeg-cvslog] r7826 - trunk/ffmpeg.c

takis subversion
Mon Feb 5 17:07:26 CET 2007


Author: takis
Date: Mon Feb  5 17:07:26 2007
New Revision: 7826

Modified:
   trunk/ffmpeg.c

Log:
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be.


Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Mon Feb  5 17:07:26 2007
@@ -3538,6 +3538,7 @@
 
         audio_bit_rate = 224000;
         audio_sample_rate = 44100;
+        audio_channels = 2;
 
         opt_default("packetsize", "2324");
         opt_default("muxrate", "1411200"); // 2352 * 75 * 8;




More information about the ffmpeg-cvslog mailing list