summaryrefslogtreecommitdiff
path: root/avconv_opt.c
diff options
context:
space:
mode:
authorJulien Ramseier <j.ramseier@gmail.com>2014-12-14 02:00:04 +0100
committerAnton Khirnov <anton@khirnov.net>2014-12-14 18:34:54 +0100
commitfd665f7f48fa7db89eb9a93ac33919f6adc40f9d (patch)
treeebdf5746b271c1e41428915b074338d5622da08c /avconv_opt.c
parent559fa0d41b5cf8f7e1ba89d1ac70e74712eb2816 (diff)
avconv: Use the mpeg12 private option scan_offset
Introduced in aed790070486b1b01b48106310d9d0ca1730e459 Bug-Id: debian/773055 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'avconv_opt.c')
-rw-r--r--avconv_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv_opt.c b/avconv_opt.c
index 2d0691252a..6d43bc1609 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -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");