projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)
[libav.git]
/
ffmpeg.c
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
b0757ae
..
e0f63df
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-3746,6
+3746,7
@@
static void opt_target(const char *arg)
opt_frame_size(norm ? "352x240" : "352x288");
opt_frame_rate(frame_rates[norm]);
+ opt_gop_size(norm ? "18" : "15");
video_bit_rate = 1150000;
video_rc_max_rate = 1150000;