Browse Source

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
tags/v0.5
Gert Vervoort Carl Eugen Hoyos 17 years ago
parent
commit
46cd15ca31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c 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");


Loading…
Cancel
Save