summaryrefslogtreecommitdiff
path: root/original-kernel-headers/linux/msm_vidc_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'original-kernel-headers/linux/msm_vidc_dec.h')
-rw-r--r--original-kernel-headers/linux/msm_vidc_dec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/original-kernel-headers/linux/msm_vidc_dec.h b/original-kernel-headers/linux/msm_vidc_dec.h
index 2532a81..d5c0d63 100644
--- a/original-kernel-headers/linux/msm_vidc_dec.h
+++ b/original-kernel-headers/linux/msm_vidc_dec.h
@@ -60,6 +60,7 @@
#define VDEC_MSG_EVT_INFO_FIELD_DROPPED (VDEC_MSG_BASE + 16)
#define VDEC_MSG_EVT_HW_OVERLOAD (VDEC_MSG_BASE + 17)
#define VDEC_MSG_EVT_MAX_CLIENTS (VDEC_MSG_BASE + 18)
+#define VDEC_MSG_EVT_HW_UNSUPPORTED (VDEC_MSG_BASE + 19)
/*Buffer flags bits masks.*/
#define VDEC_BUFFERFLAG_EOS 0x00000001
@@ -552,6 +553,7 @@ struct vdec_output_frameinfo {
enum vdec_picture pic_type;
void *client_data;
void *input_frame_clientdata;
+ struct vdec_picsize picsize;
struct vdec_framesize framesize;
enum vdec_interlaced_format interlaced_format;
struct vdec_aspectratioinfo aspect_ratio_info;