comparison libmpdemux/matroska.h @ 10125:252428ac7978

Added support for AAC.
author mosu
date Sat, 17 May 2003 20:53:12 +0000
parents dc4f1b768062
children d9c9422887ca
comparison
equal deleted inserted replaced
10124:41a8b2cd254c 10125:252428ac7978
5 */ 5 */
6 6
7 #ifndef __MATROSKA_H 7 #ifndef __MATROSKA_H
8 #define __MATROSKA_H 8 #define __MATROSKA_H
9 9
10 #define MKV_A_MP3 "A_MPEG/L3" 10 #define MKV_A_AAC_2LC "A_AAC/MPEG2/LC"
11 #define MKV_A_AAC_4LC "A_AAC/MPEG4/LC"
12 #define MKV_A_AAC_4SBR "A_AAC/MPEG4/SBR"
11 #define MKV_A_AC3 "A_AC3" 13 #define MKV_A_AC3 "A_AC3"
12 #define MKV_A_DTS "A_DTS" 14 #define MKV_A_DTS "A_DTS"
15 #define MKV_A_MP3 "A_MPEG/L3"
13 #define MKV_A_PCM "A_PCM/INT/LIT" 16 #define MKV_A_PCM "A_PCM/INT/LIT"
14 #define MKV_A_VORBIS "A_VORBIS" 17 #define MKV_A_VORBIS "A_VORBIS"
15 #define MKV_A_ACM "A_MS/ACM" 18 #define MKV_A_ACM "A_MS/ACM"
16 19
17 #define MKV_V_MSCOMP "V_MS/VFW/FOURCC" 20 #define MKV_V_MSCOMP "V_MS/VFW/FOURCC"