1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-01 08:49:59 +02:00

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:
Gert Vervoort 2008-09-13 17:25:38 +00:00 committed by Carl Eugen Hoyos
parent 05d8de2228
commit 46cd15ca31

View File

@ -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");