]> granicus.if.org Git - libx264/commitdiff
r768 borked cavlc
authorLoren Merritt <pengvado@akuvian.org>
Thu, 20 Mar 2008 16:41:50 +0000 (10:41 -0600)
committerLoren Merritt <pengvado@akuvian.org>
Thu, 20 Mar 2008 18:35:37 +0000 (12:35 -0600)
common/common.h

index c21ad1c86fe9726c64867a420b1efe0e8ac4ead3..fc3d281ab20c519526a23ac72b6698717f00c665 100644 (file)
@@ -466,7 +466,7 @@ struct x264_t
             int8_t  intra4x4_pred_mode[X264_SCAN8_SIZE];
 
             /* i_non_zero_count if available else 0x80 */
-            int8_t  non_zero_count[X264_SCAN8_SIZE];
+            uint8_t non_zero_count[X264_SCAN8_SIZE];
 
             /* -1 if unused, -2 if unavailable */
             DECLARE_ALIGNED( int8_t, ref[2][X264_SCAN8_SIZE], 4 );