Commit 9d37db95 authored by Austin Yuan's avatar Austin Yuan

add "is_first_field" into VAPictureParameterBufferMPEG2

parent d3a3ac0a
......@@ -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;
};
......
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