[vlc-commits] src/misc/fourcc: add entries "ACCL" and "AACH"
    Frédéric Yhuel 
    git at videolan.org
       
    Sun Oct  7 21:01:38 CEST 2012
    
    
  
vlc | branch: master | Frédéric Yhuel <yhuelf at gmail.com> | Sat Oct  6 15:16:45 2012 +0200| [9322b68a1f186d4e52b4e1c576cfef696cb8917c] | committer: Jean-Baptiste Kempf
src/misc/fourcc: add entries "ACCL" and "AACH"
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9322b68a1f186d4e52b4e1c576cfef696cb8917c
---
 src/misc/fourcc.c |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 2609314..1a9022a 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1059,6 +1059,8 @@ static const staticentry_t p_list_audio[] = {
     B(VLC_CODEC_MP4A, "MPEG AAC Audio"),
         A("mp4a"),
         A("aac "),
+        A("AACL"),
+        A("AACH"),
 
     /* ALS audio */
     B(VLC_CODEC_ALS, "MPEG-4 Audio Lossless (ALS)"),
    
    
More information about the vlc-commits
mailing list