From ee141cd1849740f0265d8f5d4b4e65e08cfb3fe8 Mon Sep 17 00:00:00 2001 From: Maheshwar Ajja Date: Tue, 16 Aug 2011 19:08:55 +0530 Subject: libc: kernel: Add IDR Frame type to picture types 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 --- libc/kernel/common/linux/msm_vidc_dec.h | 1 + 1 file changed, 1 insertion(+) 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 }; -- cgit v1.2.3