Commit bb524dd2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* 10.2 compilation fix

parent 639c2a0e
...@@ -598,8 +598,7 @@ ...@@ -598,8 +598,7 @@
o_transcode_string = [NSMutableString stringWithString:@"transcode{"]; o_transcode_string = [NSMutableString stringWithString:@"transcode{"];
if ( [o_transcode_video_chkbox state] == NSOnState ) if ( [o_transcode_video_chkbox state] == NSOnState )
{ {
[o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\"" [o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\",scale=\"%@\"",
",scale=\"%@\"",
[o_transcode_video_selector titleOfSelectedItem], [o_transcode_video_selector titleOfSelectedItem],
[o_transcode_video_bitrate stringValue], [o_transcode_video_bitrate stringValue],
[o_transcode_video_scale stringValue]]; [o_transcode_video_scale stringValue]];
......
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