diff options
author | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-27 05:09:55 +0800 |
---|---|---|
committer | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-27 05:09:55 +0800 |
commit | 8d3eb7071e39c441f03224b3c91fabe01fc818b1 (patch) | |
tree | 0250bac16ec6b22c479475237697534077c4d0ed | |
parent | 8cb6b204ced8b98ec1061c0eba799dc9b6e8deb9 (diff) |
Add 'bits' field for structure VAEncSliceParameterBuffer
-rwxr-xr-x | src/va.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |