Added num_skipped_macroblocks to MPEG2 MC params 80/280/1
authorWaldo Bastian <waldo.bastian@intel.com>
Thu, 9 Aug 2007 16:47:08 +0000 (09:47 -0700)
committerWaldo Bastian <waldo.bastian@intel.com>
Thu, 9 Aug 2007 16:47:08 +0000 (09:47 -0700)
src/va.h

index c91e301..5878734 100755 (executable)
--- a/src/va.h
+++ b/src/va.h
@@ -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;
 
 /*