Commit 46cd15ca authored by Gert Vervoort's avatar Gert Vervoort Committed by Carl Eugen Hoyos

Fix setting default value of scan_offset option for target svcd.

Patch by Gert Vervoort gert D vervoort A hccnet D nl

Originally committed as revision 15310 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 05d8de22
......@@ -3630,7 +3630,7 @@ static void opt_target(const char *arg)
opt_default("maxrate", "2516000");
opt_default("minrate", "0"); //1145000;
opt_default("bufsize", "1835008"); //224*1024*8;
opt_default("flags", "+SCAN_OFFSET");
opt_default("flags", "+scan_offset");
opt_default("ab", "224000");
......
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