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

* cleaner fix, which isn't 10.2 compatible (kind of forwardport of [13349])

parent 72e09432
...@@ -598,7 +598,7 @@ ...@@ -598,7 +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],
......
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