summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libc/kernel/common/linux/msm_q6venc.h2
-rw-r--r--libc/kernel/common/linux/msm_vidc_dec.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_q6venc.h b/libc/kernel/common/linux/msm_q6venc.h
index 433c265..da18b89 100644
--- a/libc/kernel/common/linux/msm_q6venc.h
+++ b/libc/kernel/common/linux/msm_q6venc.h
@@ -220,8 +220,8 @@ union venc_msg_data {
struct venc_msg {
u32 status_code;
u32 msg_code;
- union venc_msg_data msg_data;
u32 msg_data_size;
+ union venc_msg_data msg_data;
};
union venc_codec_config {
diff --git a/libc/kernel/common/linux/msm_vidc_dec.h b/libc/kernel/common/linux/msm_vidc_dec.h
index 07ec2f0..e7d46b7 100644
--- a/libc/kernel/common/linux/msm_vidc_dec.h
+++ b/libc/kernel/common/linux/msm_vidc_dec.h
@@ -129,6 +129,7 @@ struct vdec_ioctl_msg {
#define VDEC_IOCTL_CMD_FLUSH _IOW(VDEC_IOCTL_MAGIC, 24, struct vdec_ioctl_msg)
#define VDEC_IOCTL_GET_NEXT_MSG _IOR(VDEC_IOCTL_MAGIC, 25, struct vdec_ioctl_msg)
+#define VDEC_IOCTL_STOP_NEXT_MSG _IO(VDEC_IOCTL_MAGIC, 26)
enum vdec_picture {
PICTURE_TYPE_I,