diff cabac.h @ 3284:a224d9752912 libavcodec

don't force asserts in release builds. 2% faster h264.
author lorenm
date Sat, 29 Apr 2006 00:43:15 +0000
parents 0b546eab515d
children 0efda682253c
line wrap: on
line diff
--- a/cabac.h	Fri Apr 28 23:16:42 2006 +0000
+++ b/cabac.h	Sat Apr 29 00:43:15 2006 +0000
@@ -24,7 +24,7 @@
  */
 
 
-#undef NDEBUG
+//#undef NDEBUG
 #include <assert.h>
 
 #define CABAC_BITS 8