summaryrefslogtreecommitdiffstats
path: root/mm-core/inc/QCMetaData.h
diff options
context:
space:
mode:
Diffstat (limited to 'mm-core/inc/QCMetaData.h')
-rw-r--r--mm-core/inc/QCMetaData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index c4805e00..19cb5721 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -36,6 +36,7 @@ namespace android {
enum {
kKeyAacCodecSpecificData = 'nacc' , // for native aac files
+#ifndef META_DATA_H_ //duplicated there
kKeyRawCodecSpecificData = 'rcsd', // raw data - added to support mmParser
kKeyDivXVersion = 'DivX', // int32_t
kKeyDivXDrm = 'QDrm', // void *
@@ -47,6 +48,7 @@ enum {
kKeyWMAFormatTag = 'fmtt', // int64_t
kKeyWMABitspersample = 'bsps', // int64_t
kKeyWMAVirPktSize = 'vpks', // int64_t
+#endif
kKeyWMAChannelMask = 'chmk', // int32_t
kKeyFileFormat = 'ffmt', // cstring
@@ -74,6 +76,7 @@ enum {
kKeyMd5Sum = 'md5s', //cstring
};
+#ifndef META_DATA_H_ //duplicated there
enum {
kTypeDivXVer_3_11,
kTypeDivXVer_4,
@@ -85,6 +88,7 @@ enum {
kTypeWMAPro,
kTypeWMALossLess,
};
+#endif
//This enum should be keep in sync with "enum Flags" in MediaExtractor.h in AOSP,
//Value should reflect as last entry in the enum