summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiaz Rahaman <riazr@codeaurora.org>2013-08-07 13:29:54 +0530
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-11-27 07:27:55 +0000
commita8b882306294243b95f50d2040c296b0da4af9a5 (patch)
treec814e4e59be31fa662b3c234419d9d8587579c30
parent87cc59ae2d66c8351b35682a96490e37a51ed3f8 (diff)
downloadandroid_hardware_qcom_media-a8b882306294243b95f50d2040c296b0da4af9a5.tar.gz
android_hardware_qcom_media-a8b882306294243b95f50d2040c296b0da4af9a5.tar.bz2
android_hardware_qcom_media-a8b882306294243b95f50d2040c296b0da4af9a5.zip
QCMetaData: Add key for interlace
key for interlace set in metadata is being used for thumbnail mode. If the key is set, two ETB are send to the decoder Change-Id: I1e4e996f46f022916ab5f4f14ff2c111f04717c1
-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 c4c65619..6a2af1d3 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -52,6 +52,7 @@ enum {
kKeyFileFormat = 'ffmt', // cstring
kkeyAacFormatAdif = 'adif', // bool (int32_t)
+ kKeyInterlace = 'intL', // bool (int32_t)
kkeyAacFormatLtp = 'ltp',