mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
05d8de2228
commit
46cd15ca31
2
ffmpeg.c
2
ffmpeg.c
|
@ -3630,7 +3630,7 @@ static void opt_target(const char *arg)
|
||||||
opt_default("maxrate", "2516000");
|
opt_default("maxrate", "2516000");
|
||||||
opt_default("minrate", "0"); //1145000;
|
opt_default("minrate", "0"); //1145000;
|
||||||
opt_default("bufsize", "1835008"); //224*1024*8;
|
opt_default("bufsize", "1835008"); //224*1024*8;
|
||||||
opt_default("flags", "+SCAN_OFFSET");
|
opt_default("flags", "+scan_offset");
|
||||||
|
|
||||||
|
|
||||||
opt_default("ab", "224000");
|
opt_default("ab", "224000");
|
||||||
|
|
Loading…
Reference in New Issue