Commit 8d3eb707 authored by Ren, Zhaohan's avatar Ren, Zhaohan

Add 'bits' field for structure VAEncSliceParameterBuffer

parent 8cb6b204
......@@ -992,7 +992,7 @@ typedef struct _VAEncSliceParameterBuffer
struct {
unsigned char is_intra : 1;
unsigned char disable_deblocking_filter_idc : 2;
};
} bits;
unsigned char flags;
};
} VAEncSliceParameterBuffer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment