From f50f817566a5ef97995bb5de2f88e3fb0387c130 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Wed, 29 Dec 2004 23:04:26 +0000 Subject: target VCD GOP size patch by (Panagiotis Issaris < lumumba dot luc.ac.be>) Originally committed as revision 3781 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index b0757ae965..e0f63dff7b 100644 --- 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; -- cgit v1.2.3