Update coded_block_pattern
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 28 Nov 2012 04:57:51 +0000 (12:57 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 14 Dec 2012 07:44:11 +0000 (15:44 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen75_mfc.c

index 60b0765..ffd38ea 100644 (file)
@@ -1976,7 +1976,7 @@ gen75_mfc_mpeg2_pak_object_intra(VADriverContextP ctx,
     OUT_BCS_BATCH(batch,
                   max_size_in_word << 24 |
                   target_size_in_word << 16 |
-                  coded_block_pattern << 0 |      /* CBP */
+                  coded_block_pattern << 6 |      /* CBP */
                   0);
     OUT_BCS_BATCH(batch,
                   last_mb_in_slice << 31 |