Commit d2fff3cd authored by lorenm's avatar lorenm

don't force asserts in release builds. 2% faster h264.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5332 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ae09eefa
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
*/ */
#undef NDEBUG //#undef NDEBUG
#include <assert.h> #include <assert.h>
#define CABAC_BITS 8 #define CABAC_BITS 8
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "cabac.h" #include "cabac.h"
#undef NDEBUG //#undef NDEBUG
#include <assert.h> #include <assert.h>
#define interlaced_dct interlaced_dct_is_a_bad_name #define interlaced_dct interlaced_dct_is_a_bad_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment