diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2007-08-30 16:23:52 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2007-08-30 16:23:52 +0800 |
commit | 9d37db95b97b9a089e122a54d30d914250e42fd0 (patch) | |
tree | b4917c0f816a6a2224ac7a172a563b52721ebddd /src/va.h | |
parent | d3a3ac0a819a076ae379602f549cabadb89d8677 (diff) |
add "is_first_field" into VAPictureParameterBufferMPEG2
Diffstat (limited to 'src/va.h')
-rwxr-xr-x | src/va.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -427,6 +427,7 @@ typedef struct _VAPictureParameterBufferMPEG2 unsigned char alternate_scan : 1; unsigned char repeat_first_field : 1; unsigned char progressive_frame : 1; + unsigned char is_first_field : 1;/* indicate whether the current field is the first field for field picture */ }; unsigned int picture_coding_extension; }; |