Commit afa15647 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix ffmpeg and update the NEWS a bit more...

parent 275ef5eb
......@@ -11,7 +11,8 @@ Input:
* Support for adding subtitles on the fly
* Fixed MPEG-PS duration calculation
* ATSC support for DVB
* Support for DVR-ms
* Partial support for DVR-ms recordings
* Partial support for MXF fileformat
Decoders:
* Native WMV3 / VC-1 support
......@@ -19,7 +20,7 @@ Decoders:
* VP5/VP6 - Flash Video support
* The True Audio Lossless codec support
* WavPack support
* Improved H264 support (interlaced, speed improvements etc)c
* Improved H.264 support (interlaced, speed improvements etc)c
Video output:
* Additional OpenGL effects (cylinder, torus, sphere, ...)
......
......@@ -1132,7 +1132,6 @@ static struct
AUDIO_ES, "PCM U32 LE" },
{ VLC_FOURCC('u','3','2','b'), CODEC_ID_PCM_U32BE,
AUDIO_ES, "PCM U32 BE" },
{ VLC_FOURCC('a','l','a','w'), CODEC_ID_PCM_ALAW,
{ VLC_FOURCC('a','l','a','w'), CODEC_ID_PCM_ALAW,
AUDIO_ES, "PCM ALAW" },
{ VLC_FOURCC('u','l','a','w'), CODEC_ID_PCM_MULAW,
......
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