Commit fa162878 authored by michael's avatar michael

target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d8e67800
...@@ -3746,6 +3746,7 @@ static void opt_target(const char *arg) ...@@ -3746,6 +3746,7 @@ static void opt_target(const char *arg)
opt_frame_size(norm ? "352x240" : "352x288"); opt_frame_size(norm ? "352x240" : "352x288");
opt_frame_rate(frame_rates[norm]); opt_frame_rate(frame_rates[norm]);
opt_gop_size(norm ? "18" : "15");
video_bit_rate = 1150000; video_bit_rate = 1150000;
video_rc_max_rate = 1150000; video_rc_max_rate = 1150000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment