mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 19:01:03 +00:00
Fix SVCD scan_offset option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
680981832f
commit
e479013ae4
2
ffmpeg.c
2
ffmpeg.c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user