diff options
author | Maheshwar Ajja <majja@codeaurora.org> | 2011-08-16 19:08:55 +0530 |
---|---|---|
committer | Gopal G Goberu <ggober@codeaurora.org> | 2011-08-17 16:11:53 +0530 |
commit | ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8 (patch) | |
tree | 493a96c7693f320c7648ff1d4ac61f7036722dd4 | |
parent | e7b0ffb2789841e25c451ee87c69726eedc82a44 (diff) | |
download | bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.zip bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.tar.gz bionic-ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8.tar.bz2 |
libc: kernel: Add IDR Frame type to picture typesM8655AABBQVLZA3036111FM76XXTSNCJNLYA61901001M76XXTSNCJNLYA6190M7630AABBQMLZA404021M7630AABBQMLZA404020
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.h | 1 |
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 47ea37f..03ad7c9 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 }; |