npapi-vlc | branch: master | Ludovic Fauvet <[email protected]> | Wed Jan 2 11:45:23 2013 +0100| [c2b9f91ca588d80288f4c2f21e16133af2829fee] | committer: Ludovic Fauvet
Re-enable support for QuickTime video We'll disable it again if too many people complain. > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c2b9f91ca588d80288f4c2f21e16133af2829fee --- npapi/vlcshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npapi/vlcshell.cpp b/npapi/vlcshell.cpp index c7926a2..c9c357b 100644 --- a/npapi/vlcshell.cpp +++ b/npapi/vlcshell.cpp @@ -57,7 +57,7 @@ static char mimetype[] = /* AVI */ "video/x-msvideo:avi:AVI video;" /* QuickTime */ - /* "video/quicktime:mov,qt:QuickTime video;" */ + "video/quicktime:mov,qt:QuickTime video;" /* OGG */ "application/ogg:ogg:Ogg stream;" "video/ogg:ogv:Ogg video;" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
