[vlc-devel] commit: VLCKit: QuickTime doesn't support mp4v but h264 in mp4. (Pierre d' Herbemont )

git version control git at videolan.org
Sat Dec 5 16:42:29 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec  3 12:12:20 2009 +0100| [1fd7d70ac0281d660c1f87c0ddf8593a0d49be67] | committer: Pierre d'Herbemont 

VLCKit: QuickTime doesn't support mp4v but h264 in mp4.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1fd7d70ac0281d660c1f87c0ddf8593a0d49be67
---

 .../macosx/framework/Sources/VLCStreamOutput.m     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/macosx/framework/Sources/VLCStreamOutput.m b/projects/macosx/framework/Sources/VLCStreamOutput.m
index eec769a..01021ef 100644
--- a/projects/macosx/framework/Sources/VLCStreamOutput.m
+++ b/projects/macosx/framework/Sources/VLCStreamOutput.m
@@ -69,7 +69,7 @@
 {
     return [self streamOutputWithOptionDictionary:[NSDictionary dictionaryWithObjectsAndKeys:
                                             [NSDictionary dictionaryWithObjectsAndKeys:
-                                                @"mp4v", @"videoCodec",
+                                                @"h264", @"videoCodec",
                                                 @"1024",  @"videoBitrate",
                                                 @"mp4a", @"audioCodec",
                                                 @"192", @"audioBitrate",




More information about the vlc-devel mailing list