[FFmpeg-cvslog] Fix SVCD scan_offset option

Julien Ramseier git at videolan.org
Sun Mar 25 22:17:15 CEST 2012


ffmpeg | branch: master | Julien Ramseier <j.ramseier at gmail.com> | Sun Mar 25 16:38:57 2012 +0200| [e479013ae41050ad9b76429d8c6ab70684cddc93] | committer: Michael Niedermayer

Fix SVCD scan_offset option

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e479013ae41050ad9b76429d8c6ab70684cddc93
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 098bab6..d3be033 100644
--- a/ffmpeg.c
+++ b/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");



More information about the ffmpeg-cvslog mailing list