]> git.sesse.net Git - vlc/commitdiff
MXF support since ffmpeg has a demuxer. Fix #152
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Oct 2007 23:39:55 +0000 (23:39 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Oct 2007 23:39:55 +0000 (23:39 +0000)
NEWS
vlc.win32.nsi.in

diff --git a/NEWS b/NEWS
index 0bc47adbd8ea4aa6322b72ce364cbb3e01114e55..1ce59dfe4c4f8f23917e6df01f3154bdf089905f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,7 @@ Input/Demuxers:
   * Tivo Series 2 support
   * v4l2 access module support
   * CD+G karaoke Files support
+  * MXF files support
 
 Decoders:
  * VP60/VP61/VP6F/VP62 support
index c6dfbab0c308238b267417ef71a2f9faa1569fb5..808aded84c4e3f73849ae1d868174b308d28f3d8 100644 (file)
@@ -145,6 +145,7 @@ InstType "Full"
   !insertmacro ${_action} ".mpeg2"\r
   !insertmacro ${_action} ".mpeg4"\r
   !insertmacro ${_action} ".mpg"\r
+  !insertmacro ${_action} ".mxf"\r
   !insertmacro ${_action} ".ps"\r
   !insertmacro ${_action} ".ts"\r
   !insertmacro ${_action} ".ogm"\r