diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2007-08-09 09:47:08 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2007-08-09 09:47:08 -0700 |
commit | b9c28193b1d33003f3bc623350c01ab9ad9e4049 (patch) | |
tree | 97d49985c926e5e23808f18833e95f138c7985eb /src/va.h | |
parent | e1f20abc361cebcd9edd3b9dc774ec0ebf113d8a (diff) |
Added num_skipped_macroblocks to MPEG2 MC params
Diffstat (limited to 'src/va.h')
-rwxr-xr-x | src/va.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -478,6 +478,9 @@ typedef struct _VAMacroblockParameterBufferMPEG2 * The bitplanes for coded_block_pattern are described * in Figure 6.10-12 in the spec */ + + /* Number of skipped macroblocks after this macroblock */ + unsigned short num_skipped_macroblocks; } VAMacroblockParameterBufferMPEG2; /* |