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

Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Loren Merritt 19 years ago
parent 0c2aaa882d
commit 2848ce84d2
  1. 2
      libavcodec/cabac.h
  2. 2
      libavcodec/h264.c

@ -24,7 +24,7 @@
*/
#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#define CABAC_BITS 8

@ -33,7 +33,7 @@
#include "cabac.h"
#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#define interlaced_dct interlaced_dct_is_a_bad_name

Loading…
Cancel
Save