diff h264.c @ 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 cf233efbcece
children d061e145af94
line wrap: on
line diff
--- a/h264.c	Fri Apr 28 23:16:42 2006 +0000
+++ b/h264.c	Sat Apr 29 00:43:15 2006 +0000
@@ -33,7 +33,7 @@
 
 #include "cabac.h"
 
-#undef NDEBUG
+//#undef NDEBUG
 #include <assert.h>
 
 #define interlaced_dct interlaced_dct_is_a_bad_name