diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2004-12-29 23:04:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 23:04:26 +0000 |
commit | f50f817566a5ef97995bb5de2f88e3fb0387c130 (patch) | |
tree | fe43a8d05f6e429fe80ab9f254aa152b8b195065 /ffmpeg.c | |
parent | d4d1de91a7ef66eb7a3f9d1c912f98c5b023086b (diff) | |
download | ffmpeg-f50f817566a5ef97995bb5de2f88e3fb0387c130.tar.gz |
target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)
Originally committed as revision 3781 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |