]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.m
* 10.2 compilation fix
[vlc] / modules / gui / macosx / output.m
index bd50781160f25bd6dbc6b912e138f34eb783dc9d..b5021ec427ef6d2f5d93d733e770216d2c4cf95c 100644 (file)
         o_transcode_string = [NSMutableString stringWithString:@"transcode{"];
         if ( [o_transcode_video_chkbox state] == NSOnState )
         {
-            [o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\""
-                                                            ",scale=\"%@\"",
+            [o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\",scale=\"%@\"",
                 [o_transcode_video_selector titleOfSelectedItem],
                 [o_transcode_video_bitrate stringValue],
                 [o_transcode_video_scale stringValue]];