summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Lanka <mlanka@codeaurora.org>2018-12-18 19:25:02 +0530
committerMahesh Lanka <mlanka@codeaurora.org>2018-12-19 18:13:24 +0530
commit736ab8ed0be2d1f68aa59596a4dc61aa2fb44636 (patch)
tree352bfec1f37c54c3ab10707c02f55598bdd18cb6
parent61598a92e283fdbf8e2432f728dfef03cadbd374 (diff)
downloadandroid_hardware_qcom_media-736ab8ed0be2d1f68aa59596a4dc61aa2fb44636.tar.gz
android_hardware_qcom_media-736ab8ed0be2d1f68aa59596a4dc61aa2fb44636.tar.bz2
android_hardware_qcom_media-736ab8ed0be2d1f68aa59596a4dc61aa2fb44636.zip
mm-core: Add key for DRM content
kKeyIsDRM indicates the content is DRMed Setting this key in parser should not show thumbnail for DRMed content. Change-Id: I29041e7b8cab50345b774352fadf7e6cabc10fe8
-rw-r--r--mm-core/inc/QCMetaData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index 6afe1c18..e674e7dd 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -78,6 +78,7 @@ enum {
kKeyIsByteMode = 'bytm', //int32_t
kKeyUseSetBuffers = 'setb', //bool (int32_t)
kKeyExtraFlag = 'extf', //int32_t
+ kKeyIsDRM = 'idrm', //int32_t (bool)
};
enum {