Fix comment for JPEG quantization table
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 6 Feb 2012 08:13:19 +0000 (16:13 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 6 Feb 2012 08:27:19 +0000 (16:27 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index 0552a2d..0d61f9a 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -649,7 +649,7 @@ typedef struct _VAIQMatrixBufferJPEG
     unsigned char quantiser_matrix[4][128];     /* quantiser_matrix[Tq](Tq=0,1,2,3) specifies a 
                                                  * quantization table for destination Tq in zig-zag
                                                  * scan order. Only the first 64 bytes are valid for each 
-                                                 * table if precision
+                                                 * table if precision is 0(8-bits).
                                                  */
 } VAIQMatrixBufferJPEG;