From dbfd2cc73b01dc3256a4b7bf65b8b0632fd73f96 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Thu, 20 Mar 2008 10:41:50 -0600 Subject: [PATCH] r768 borked cavlc --- common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.h b/common/common.h index c21ad1c8..fc3d281a 100644 --- a/common/common.h +++ b/common/common.h @@ -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 ); -- 2.50.1