summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2014-05-06 03:22:11 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-13 09:14:00 -1000
commit0e94962e3af8b1dd75c1f4dbb88590c737d7e6d9 (patch)
treedb215f37222063ceabe5a3b080987c0f4ca4bef3
parent20ac466d8a15624acdeec6ba79d6349ede4da38d (diff)
downloadandroid_hardware_qcom_media-0e94962e3af8b1dd75c1f4dbb88590c737d7e6d9.tar.gz
android_hardware_qcom_media-0e94962e3af8b1dd75c1f4dbb88590c737d7e6d9.tar.bz2
android_hardware_qcom_media-0e94962e3af8b1dd75c1f4dbb88590c737d7e6d9.zip
media: Avoid collision with FFMPEG plugin
Change-Id: Ica2cdf9f6572ec18f396d25758cbb2be1359ac0b
-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 02188fb2..ee95ca42 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
+#if 0
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
kKeyVorbisData = 'vdat', // raw data
@@ -76,6 +78,7 @@ enum {
kKeyIsByteMode = 'bytm', //int32_t
};
+#if 0
enum {
kTypeDivXVer_3_11,
kTypeDivXVer_4,
@@ -87,6 +90,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