Commit b9c28193 authored by Waldo Bastian's avatar Waldo Bastian

Added num_skipped_macroblocks to MPEG2 MC params

parent e1f20abc
...@@ -478,6 +478,9 @@ typedef struct _VAMacroblockParameterBufferMPEG2 ...@@ -478,6 +478,9 @@ typedef struct _VAMacroblockParameterBufferMPEG2
* The bitplanes for coded_block_pattern are described * The bitplanes for coded_block_pattern are described
* in Figure 6.10-12 in the spec * in Figure 6.10-12 in the spec
*/ */
/* Number of skipped macroblocks after this macroblock */
unsigned short num_skipped_macroblocks;
} VAMacroblockParameterBufferMPEG2; } VAMacroblockParameterBufferMPEG2;
/* /*
......
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