diff options
-rw-r--r-- | libc/kernel/common/linux/msm_q6venc.h | 2 |
1 files changed, 1 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 { |