Module: libav Branch: release/10 Commit: e7fdd6aa0d11c3e144988d7090f972224799e07f
Author: Julien Ramseier <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sun Dec 14 02:00:04 2014 +0100 avconv: Use the mpeg12 private option scan_offset Introduced in aed790070486b1b01b48106310d9d0ca1730e459 Bug-Id: debian/773055 CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> (cherry picked from commit fd665f7f48fa7db89eb9a93ac33919f6adc40f9d) Signed-off-by: Anton Khirnov <[email protected]> (cherry picked from commit 864c0c50eb0e7a112b20007459b0cb94b61cb8d3) Signed-off-by: Anton Khirnov <[email protected]> --- avconv_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avconv_opt.c b/avconv_opt.c index 8ffdde9..51a0860 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -1794,7 +1794,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"); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
