From 518ec8337ff510523c54d761aa4c3795a8c872ad Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 22 Feb 2010 10:34:02 +0100 Subject: [PATCH] Add .amr to recognized extensions And update NEWS to show latest improvements of avcodec. Next contribs on mac and Windows should have AMR working --- NEWS | 1 + include/vlc_interface.h | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 5b3698b0da..453b97d4b8 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 9fc5fc0eb5..1b6c53c0f6 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;" \ -- 2.39.2