Commit e1f20abc authored by Waldo Bastian's avatar Waldo Bastian

VC1 params: add loopfilter

parent a8c4fd4a
......@@ -609,6 +609,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned short coded_height; /* ENTRY_POINT_LAYER::CODED_HEIGHT */
unsigned char closed_entry; /* ENTRY_POINT_LAYER::CLOSED_ENTRY */
unsigned char broken_link; /* ENTRY_POINT_LAYER::BROKEN_LINK */
unsigned char loopfilter; /* ENTRY_POINT_LAYER::LOOPFILTER */
unsigned char conditional_overlap_flag; /* ENTRY_POINT_LAYER::CONDOVER */
unsigned char fast_uvmc_flag; /* ENTRY_POINT_LAYER::FASTUVMC */
union {
......
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