comparison 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
comparison
equal deleted inserted replaced
3283:c53ef1f63575 3284:a224d9752912
31 #include "h264data.h" 31 #include "h264data.h"
32 #include "golomb.h" 32 #include "golomb.h"
33 33
34 #include "cabac.h" 34 #include "cabac.h"
35 35
36 #undef NDEBUG 36 //#undef NDEBUG
37 #include <assert.h> 37 #include <assert.h>
38 38
39 #define interlaced_dct interlaced_dct_is_a_bad_name 39 #define interlaced_dct interlaced_dct_is_a_bad_name
40 #define mb_intra mb_intra_isnt_initalized_see_mb_type 40 #define mb_intra mb_intra_isnt_initalized_see_mb_type
41 41