summaryrefslogtreecommitdiff
path: root/test/encode/h264encode_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/encode/h264encode_common.c')
-rw-r--r--test/encode/h264encode_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/encode/h264encode_common.c b/test/encode/h264encode_common.c
index 7e8c1ad..e0a411b 100644
--- a/test/encode/h264encode_common.c
+++ b/test/encode/h264encode_common.c
@@ -198,7 +198,7 @@ static int do_h264_encoding(void)
CHECK_VASTATUS(va_status,"vaBeginPicture");
if (i == 0) {
- VAEncSequenceParameterBufferH264 seq_h264 = {0};
+ VAEncSequenceParameterBufferH264 seq_h264;
VABufferID seq_param_buf;
seq_h264.level_idc = SH_LEVEL_3;