]> git.sesse.net Git - vlc/commitdiff
Add .amr to recognized extensions
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Feb 2010 09:34:02 +0000 (10:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Feb 2010 11:29:18 +0000 (12:29 +0100)
And update NEWS to show latest improvements of avcodec. Next contribs
on mac and Windows should have AMR working

NEWS
include/vlc_interface.h

diff --git a/NEWS b/NEWS
index 5b3698b0da6a50c64b56e3e7e2e148c2530a45dc..453b97d4b8a83d70da09050ae62c443e3731b939 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,7 @@ Decoders:
  * Audio/Video decoder using OpenMAX IL components
  * Support for Indeo5 video codec
  * 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:
  * Support for ADPCM in .flv streams
index 9fc5fc0eb52a086d523239ad3f8c4e3ee6f1956f..1b6c53c0f6bfaeab4691504599cb65c423cef239 100644 (file)
@@ -172,6 +172,7 @@ typedef enum vlc_dialog {
     "*.aac;" \
     "*.ac3;" \
     "*.aiff;"\
+    "*.amr;" \
     "*.aob;" \
     "*.ape;" \
     "*.dts;" \