Commit e479013a authored by Julien Ramseier's avatar Julien Ramseier Committed by Michael Niedermayer

Fix SVCD scan_offset option

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 68098183
......@@ -4822,7 +4822,7 @@ static int opt_target(OptionsContext *o, const char *opt, 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("scan_offset", "1");
opt_default("b:a", "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