pic_quantizer_scale needs 5 bits instead of 1 07/307/1
authorWaldo Bastian <waldo.bastian@intel.com>
Mon, 15 Oct 2007 18:10:21 +0000 (11:10 -0700)
committerWaldo Bastian <waldo.bastian@intel.com>
Mon, 15 Oct 2007 18:10:21 +0000 (11:10 -0700)
src/va.h

index 66cc7a0..66acf76 100755 (executable)
--- a/src/va.h
+++ b/src/va.h
@@ -728,7 +728,7 @@ typedef struct _VAPictureParameterBufferVC1
         struct {
             unsigned char dquant       : 2;    /* ENTRY_POINT_LAYER::DQUANT */
             unsigned char half_qp      : 1;    /* PICTURE_LAYER::HALFQP */
-            unsigned char pic_quantizer_scale : 1;/* PICTURE_LAYER::PQUANT */
+            unsigned char pic_quantizer_scale : 5;/* PICTURE_LAYER::PQUANT */
             unsigned char pic_quantizer_type : 1;/* PICTURE_LAYER::PQUANTIZER */
             unsigned char dq_frame     : 1;    /* VOPDQUANT::DQUANTFRM */
             unsigned char dq_profile   : 2;    /* VOPDQUANT::DQPROFILE */