]> git.sesse.net Git - vlc/commitdiff
VLCKit: QuickTime doesn't support mp4v but h264 in mp4.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 3 Dec 2009 11:12:20 +0000 (12:12 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sat, 5 Dec 2009 15:42:09 +0000 (16:42 +0100)
projects/macosx/framework/Sources/VLCStreamOutput.m

index eec769a13d4c400088819d5eb069ffe833e8a2a4..01021ef9efd6f28388ca95d87c0df37875dc5191 100644 (file)
@@ -69,7 +69,7 @@
 {
     return [self streamOutputWithOptionDictionary:[NSDictionary dictionaryWithObjectsAndKeys:
                                             [NSDictionary dictionaryWithObjectsAndKeys:
-                                                @"mp4v", @"videoCodec",
+                                                @"h264", @"videoCodec",
                                                 @"1024",  @"videoBitrate",
                                                 @"mp4a", @"audioCodec",
                                                 @"192", @"audioBitrate",