Commit bfb4fe0c authored by takis's avatar takis

Force stereo in target vcd.

Patch by Michel Bardiaux, mbardiaux mediaxim be.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e0c787c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment