projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559fa0d
)
avconv: Use the mpeg12 private option scan_offset
author
Julien Ramseier
<j.ramseier@gmail.com>
Sun, 14 Dec 2014 01:00:04 +0000
(
02:00
+0100)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 14 Dec 2014 17:34:54 +0000
(18:34 +0100)
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>
avconv_opt.c
patch
|
blob
|
blame
|
history
diff --git
a/avconv_opt.c
b/avconv_opt.c
index
2d06912
..
6d43bc1
100644
(file)
--- 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");