Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be. Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e681906108
commit
57b7e784d0
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue