diff libmpdemux/parse_mp4.h @ 19363:2e3981fa938c

Add support for 13k Voice (Qclp) in 3g2 files Fix vorbis detection so that it doesn't misdetect other codecs
author rtogni
date Fri, 11 Aug 2006 22:57:33 +0000
parents 492c6d674c3e
children 3f0d00abc073
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.h	Fri Aug 11 17:10:57 2006 +0000
+++ b/libmpdemux/parse_mp4.h	Fri Aug 11 22:57:33 2006 +0000
@@ -59,6 +59,8 @@
 #define MP4OTI_MPEG1Audio                                   0x6B
 /* JPEG visual stream */
 #define MP4OTI_JPEG                                         0x6C
+/* 3GPP2 */
+#define MP4OTI_13kVoice                                     0xE1
 
 /* I define uint24 here for better understanding */
 #ifndef uint24_t