summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorJulien Ramseier <j.ramseier@gmail.com>2012-03-25 16:38:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-03-25 19:29:31 +0200
commite479013ae41050ad9b76429d8c6ab70684cddc93 (patch)
tree4568aa35a7b1bb6f0b9097600433b7e00c12fde8 /ffmpeg.c
parent680981832fecc55fadb110574dc5241a54bef3f9 (diff)
Fix SVCD scan_offset option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 098bab6e09..d3be033eb4 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");