comparison 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
comparison
equal deleted inserted replaced
19362:3a998ae2f952 19363:2e3981fa938c
57 #define MP4OTI_MPEG1Visual 0x6A 57 #define MP4OTI_MPEG1Visual 0x6A
58 /* MPEG-1 audio stream part 3 ("MP3") */ 58 /* MPEG-1 audio stream part 3 ("MP3") */
59 #define MP4OTI_MPEG1Audio 0x6B 59 #define MP4OTI_MPEG1Audio 0x6B
60 /* JPEG visual stream */ 60 /* JPEG visual stream */
61 #define MP4OTI_JPEG 0x6C 61 #define MP4OTI_JPEG 0x6C
62 /* 3GPP2 */
63 #define MP4OTI_13kVoice 0xE1
62 64
63 /* I define uint24 here for better understanding */ 65 /* I define uint24 here for better understanding */
64 #ifndef uint24_t 66 #ifndef uint24_t
65 #define uint24_t uint32_t 67 #define uint24_t uint32_t
66 #endif 68 #endif