Browse Source

Fix SVCD scan_offset option

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Julien Ramseier Michael Niedermayer 14 years ago
parent
commit
e479013ae4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

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


Loading…
Cancel
Save