[x264-devel] commit: r768 borked cabac (Loren Merritt )
git version control
git at videolan.org
Thu Mar 20 18:42:20 CET 2008
x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Thu Mar 20 10:41:50 2008 -0600| [fddef040f66eadc40f05f9cb2bc7dfd392387f03]
r768 borked cabac
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=fddef040f66eadc40f05f9cb2bc7dfd392387f03
---
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