==FFMPEG==

Bugfix: Don't draw mux_rate and max_rate output buttons on the same
screen position. (Never noticed, always used presets... )
This commit is contained in:
Peter Schlaile 2006-05-21 14:32:05 +00:00
parent 3874f7cd97
commit 2f4b5dbab2

@ -1406,7 +1406,7 @@ static void render_panel_ffmpeg_video(void)
1, 14000, 0, 0, "Rate control: max rate(kb/s)");
uiDefButI(block, NUM, B_DIFF, "Mux Rate",
xcol1, yofs, 110, 20,
xcol1, yofs-22, 110, 20,
&G.scene->r.ffcodecdata.mux_rate,
0, 100000000, 0, 0, "Mux rate (bits/s(!))");