Commit 518ec833 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add .amr to recognized extensions

And update NEWS to show latest improvements of avcodec. Next contribs
on mac and Windows should have AMR working
parent 803bde05
...@@ -30,6 +30,7 @@ Decoders: ...@@ -30,6 +30,7 @@ Decoders:
* Audio/Video decoder using OpenMAX IL components * Audio/Video decoder using OpenMAX IL components
* Support for Indeo5 video codec * Support for Indeo5 video codec
* Support for Windows Media Speech (Voice) audio codec natively on all platforms * Support for Windows Media Speech (Voice) audio codec natively on all platforms
* Support for AMR-NB audio codec on the Windows and Mac port
Demuxers: Demuxers:
* Support for ADPCM in .flv streams * Support for ADPCM in .flv streams
......
...@@ -172,6 +172,7 @@ typedef enum vlc_dialog { ...@@ -172,6 +172,7 @@ typedef enum vlc_dialog {
"*.aac;" \ "*.aac;" \
"*.ac3;" \ "*.ac3;" \
"*.aiff;"\ "*.aiff;"\
"*.amr;" \
"*.aob;" \ "*.aob;" \
"*.ape;" \ "*.ape;" \
"*.dts;" \ "*.dts;" \
......
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