Commit fd665f7f authored by Julien Ramseier's avatar Julien Ramseier Committed by Anton Khirnov

avconv: Use the mpeg12 private option scan_offset

Introduced in aed79007

Bug-Id: debian/773055
CC: libav-stable@libav.org
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 559fa0d4
......@@ -1825,7 +1825,7 @@ static int opt_target(void *optctx, const char *opt, const char *arg)
opt_default(NULL, "maxrate", "2516000");
opt_default(NULL, "minrate", "0"); // 1145000;
opt_default(NULL, "bufsize", "1835008"); // 224*1024*8;
opt_default(NULL, "flags", "+scan_offset");
opt_default(NULL, "scan_offset", "1");
opt_default(NULL, "b:a", "224000");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment