summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvivek mehta <mvivek@codeaurora.org>2013-05-29 15:05:09 -0700
committervivek mehta <mvivek@codeaurora.org>2013-05-29 15:05:09 -0700
commit452a6153962bb009c826f42dfb2d1e7e2962f4f8 (patch)
tree282a319c5f165cb1958020696da886512f1a5d6c
parent7e2883e9a979f25f1ea9de4a2d33680ee2168a96 (diff)
downloadandroid_hardware_qcom_media-452a6153962bb009c826f42dfb2d1e7e2962f4f8.tar.gz
android_hardware_qcom_media-452a6153962bb009c826f42dfb2d1e7e2962f4f8.tar.bz2
android_hardware_qcom_media-452a6153962bb009c826f42dfb2d1e7e2962f4f8.zip
QCMetaData: Add support for CAN_SEEK_TO_ZERO in QC file
- Add CAN_SEEK_TO_ZERO in QC file and remove it from AOSP file Change-Id: I9c82f95f70931413e88eebe9ae2ec28b14b8da37
-rw-r--r--mm-core/inc/QCMetaData.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index abf63550..c4c65619 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -76,6 +76,11 @@ enum {
kTypeWMALossLess,
};
+//This enum should be keep in sync with "enum Flags" in MediaExtractor.h in AOSP,
+//Value should reflect as last entry in the enum
+enum {
+ CAN_SEEK_TO_ZERO = 16, // the "previous button"
+};
} // namespace android
#endif // QC_META_DATA_H_