]> git.sesse.net Git - vlc/commitdiff
* 10.2 compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 23 Nov 2005 19:38:15 +0000 (19:38 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 23 Nov 2005 19:38:15 +0000 (19:38 +0000)
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]];