aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaheshwar Ajja <majja@codeaurora.org>2011-08-16 19:08:55 +0530
committerGopal G Goberu <ggober@codeaurora.org>2011-08-17 16:11:53 +0530
commitee141cd1849740f0265d8f5d4b4e65e08cfb3fe8 (patch)
tree493a96c7693f320c7648ff1d4ac61f7036722dd4
parente7b0ffb2789841e25c451ee87c69726eedc82a44 (diff)
downloadandroid_bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.tar.gz
android_bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.tar.bz2
android_bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.zip
Append IDR frame type to picture type enumeration constants to propagate IDR picture type info for H264 format from kernel to user space. (cherry picked from commit 2300f388441172228c2204c1d3b0f86ec0abc9c5) CRs-Fixed: 296738 Change-Id: I28838ba83656c488bdb2088ef3a9b62afff3cb0a
-rw-r--r--libc/kernel/common/linux/msm_vidc_dec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_vidc_dec.h b/libc/kernel/common/linux/msm_vidc_dec.h
index 47ea37f97..03ad7c955 100644
--- a/libc/kernel/common/linux/msm_vidc_dec.h
+++ b/libc/kernel/common/linux/msm_vidc_dec.h
@@ -152,6 +152,7 @@ enum vdec_picture {
PICTURE_TYPE_B,
PICTURE_TYPE_BI,
PICTURE_TYPE_SKIP,
+ PICTURE_TYPE_IDR,
PICTURE_TYPE_UNKNOWN
};