[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cabac.h, 1.13, 1.14 h264.c, 1.201, 1.202

Loren Merritt CVS lorenm
Sat Apr 29 02:43:17 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv6466

Modified Files:
	cabac.h h264.c 
Log Message:
don't force asserts in release builds. 2% faster h264.



Index: cabac.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/cabac.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cabac.h	12 Jan 2006 22:43:14 -0000	1.13
+++ cabac.h	29 Apr 2006 00:43:15 -0000	1.14
@@ -24,7 +24,7 @@
  */
 
 
-#undef NDEBUG
+//#undef NDEBUG
 #include <assert.h>
 
 #define CABAC_BITS 8

Index: h264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h264.c,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- h264.c	25 Mar 2006 09:46:43 -0000	1.201
+++ h264.c	29 Apr 2006 00:43:15 -0000	1.202
@@ -33,7 +33,7 @@
 
 #include "cabac.h"
 
-#undef NDEBUG
+//#undef NDEBUG
 #include <assert.h>
 
 #define interlaced_dct interlaced_dct_is_a_bad_name





More information about the ffmpeg-cvslog mailing list