mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 02:44:30 +08:00
MXF support since ffmpeg has a demuxer. Fix #152
This commit is contained in:
parent
9df6f20907
commit
95466d5ef9
1
NEWS
1
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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user