Commit 95466d5e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MXF support since ffmpeg has a demuxer. Fix #152

parent 9df6f209
......@@ -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
......
......@@ -145,6 +145,7 @@ InstType "Full"
!insertmacro ${_action} ".mpeg2"
!insertmacro ${_action} ".mpeg4"
!insertmacro ${_action} ".mpg"
!insertmacro ${_action} ".mxf"
!insertmacro ${_action} ".ps"
!insertmacro ${_action} ".ts"
!insertmacro ${_action} ".ogm"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment