From: Loren Merritt Date: Thu, 20 Mar 2008 16:41:50 +0000 (-0600) Subject: r768 borked cavlc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbfd2cc73b01dc3256a4b7bf65b8b0632fd73f96;p=libx264 r768 borked cavlc --- 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 );