summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2006-04-29 00:43:15 +0000
committerLoren Merritt <lorenm@u.washington.edu>2006-04-29 00:43:15 +0000
commit2848ce84d29259689547944e35b92ad3ac8b4dab (patch)
tree4c3dbdc5664af8a9436e93b6081a117723493f0f /libavcodec/cabac.h
parent0c2aaa882d124f05b7bf0a4a4abba3293f4d6d84 (diff)
don't force asserts in release builds. 2% faster h264.
Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index 2e4ec70831..e797741577 100644
--- a/libavcodec/cabac.h
+++ b/libavcodec/cabac.h
@@ -24,7 +24,7 @@
*/
-#undef NDEBUG
+//#undef NDEBUG
#include <assert.h>
#define CABAC_BITS 8