[x264-devel] commit: r768 borked cavlc (Loren Merritt )

git version control git at videolan.org
Thu Mar 20 20:35:53 CET 2008


x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Thu Mar 20 10:41:50 2008 -0600| [2be14de6fc2ffa973b411f6ec022ab3292fd0772]

r768 borked cavlc

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=2be14de6fc2ffa973b411f6ec022ab3292fd0772
---

 common/common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/common.h b/common/common.h
index c21ad1c..fc3d281 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 );



More information about the x264-devel mailing list