[vlc-devel] commit: Add .amr to recognized extensions (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 22 12:28:57 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 22 10:34:02 2010 +0100| [518ec8337ff510523c54d761aa4c3795a8c872ad] | committer: 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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=518ec8337ff510523c54d761aa4c3795a8c872ad
---

 NEWS                    |    1 +
 include/vlc_interface.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 5b3698b..453b97d 100644
--- 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
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 9fc5fc0..1b6c53c 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -172,6 +172,7 @@ typedef enum vlc_dialog {
     "*.aac;" \
     "*.ac3;" \
     "*.aiff;"\
+    "*.amr;" \
     "*.aob;" \
     "*.ape;" \
     "*.dts;" \




More information about the vlc-devel mailing list