[vlc-devel] [PATCH 2/2] src/misc/fourcc: add entries "ACCL" and "AACH"
Frédéric Yhuel
yhuelf at gmail.com
Sat Oct 6 15:16:45 CEST 2012
---
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)"),
--
1.7.9.5
More information about the vlc-devel
mailing list