Commit 55278089 authored by cehoyos's avatar cehoyos

Fix setting default value of scan_offset option for target svcd.

Patch by Gert Vervoort gert D vervoort A hccnet D nl 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15310 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d3bfec1
......@@ -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