[vlc-commits] Add mp2a fourCC for some Mpeg Audio
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Feb 25 17:23:05 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 25 13:50:30 2012 +0100| [8e354a8cc332537d068221fefd8e8604e5a1ada7] | committer: Jean-Baptiste Kempf
Add mp2a fourCC for some Mpeg Audio
(cherry picked from commit 18d3b9242b823db84c6d782d1fad03def223a5e8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8e354a8cc332537d068221fefd8e8604e5a1ada7
---
 src/misc/fourcc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 97c99ed..c354382 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -969,6 +969,7 @@ static const entry_t p_list_audio[] = {
     /* MPEG Audio layer 1/2/3 */
     B(VLC_CODEC_MPGA, "MPEG Audio layer 1/2/3"),
         A("mpga"),
+        A("mp2a"),
         A(".mp1"),
         A(".mp2"),
         A("mp3 "),
    
    
More information about the vlc-commits
mailing list