comparison libmpdemux/matroska.h @ 11486:e6662a93da28

Added the FLAC CodecId.
author mosu
date Sun, 16 Nov 2003 22:53:08 +0000
parents 4a21e1672c91
children 32411c15cebc
comparison
equal deleted inserted replaced
11485:7801fe5210ee 11486:e6662a93da28
28 #define MKV_A_REALCOOK "A_REAL/COOK" 28 #define MKV_A_REALCOOK "A_REAL/COOK"
29 #define MKV_A_REALDNET "A_REAL/DNET" 29 #define MKV_A_REALDNET "A_REAL/DNET"
30 #define MKV_A_REALSIPR "A_REAL/SIPR" 30 #define MKV_A_REALSIPR "A_REAL/SIPR"
31 #define MKV_A_QDMC "A_QUICKTIME/QDMC" 31 #define MKV_A_QDMC "A_QUICKTIME/QDMC"
32 #define MKV_A_QDMC2 "A_QUICKTIME/QDM2" 32 #define MKV_A_QDMC2 "A_QUICKTIME/QDM2"
33 #define MKV_A_FLAC "A_FLAC"
33 34
34 #define MKV_V_MSCOMP "V_MS/VFW/FOURCC" 35 #define MKV_V_MSCOMP "V_MS/VFW/FOURCC"
35 #define MKV_V_REALV10 "V_REAL/RV10" 36 #define MKV_V_REALV10 "V_REAL/RV10"
36 #define MKV_V_REALV20 "V_REAL/RV20" 37 #define MKV_V_REALV20 "V_REAL/RV20"
37 #define MKV_V_REALV30 "V_REAL/RV30" 38 #define MKV_V_REALV30 "V_REAL/RV30"