[FFmpeg-cvslog] r15310 - trunk/ffmpeg.c
cehoyos
subversion
Sat Sep 13 19:25:38 CEST 2008
Author: cehoyos
Date: Sat Sep 13 19:25:38 2008
New Revision: 15310
Log:
Fix setting default value of scan_offset option for target svcd.
Patch by Gert Vervoort gert D vervoort A hccnet D nl
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sat Sep 13 19:25:38 2008
@@ -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");
More information about the ffmpeg-cvslog
mailing list