| @@ -44,7 +44,6 @@ | |||||
| #include "svq3.h" | #include "svq3.h" | ||||
| #include "thread.h" | #include "thread.h" | ||||
| // #undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 }; | const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 }; | ||||
| @@ -41,7 +41,6 @@ | |||||
| #include "x86/h264_i386.h" | #include "x86/h264_i386.h" | ||||
| #endif | #endif | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| /* Cabac pre state table */ | /* Cabac pre state table */ | ||||
| @@ -35,7 +35,6 @@ | |||||
| #include "h264_mvpred.h" | #include "h264_mvpred.h" | ||||
| #include "golomb.h" | #include "golomb.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| static const uint8_t golomb_to_inter_cbp_gray[16]={ | static const uint8_t golomb_to_inter_cbp_gray[16]={ | ||||
| @@ -32,7 +32,6 @@ | |||||
| #include "rectangle.h" | #include "rectangle.h" | ||||
| #include "thread.h" | #include "thread.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| @@ -34,7 +34,6 @@ | |||||
| #include "mathops.h" | #include "mathops.h" | ||||
| #include "rectangle.h" | #include "rectangle.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| /* Deblocking filter (p153) */ | /* Deblocking filter (p153) */ | ||||
| @@ -32,7 +32,6 @@ | |||||
| #include "avcodec.h" | #include "avcodec.h" | ||||
| #include "h264.h" | #include "h264.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| static av_always_inline int fetch_diagonal_mv(H264Context *h, const int16_t **C, | static av_always_inline int fetch_diagonal_mv(H264Context *h, const int16_t **C, | ||||
| @@ -33,7 +33,6 @@ | |||||
| #include "golomb.h" | #include "golomb.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| #define MAX_LOG2_MAX_FRAME_NUM (12 + 4) | #define MAX_LOG2_MAX_FRAME_NUM (12 + 4) | ||||
| @@ -30,7 +30,6 @@ | |||||
| #include "h264.h" | #include "h264.h" | ||||
| #include "golomb.h" | #include "golomb.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| #define COPY_PICTURE(dst, src) \ | #define COPY_PICTURE(dst, src) \ | ||||
| @@ -30,7 +30,6 @@ | |||||
| #include "h264.h" | #include "h264.h" | ||||
| #include "golomb.h" | #include "golomb.h" | ||||
| //#undef NDEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| static const uint8_t sei_num_clock_ts_table[9] = { | static const uint8_t sei_num_clock_ts_table[9] = { | ||||
| @@ -30,7 +30,6 @@ | |||||
| * MJPEG decoder. | * MJPEG decoder. | ||||
| */ | */ | ||||
| // #define DEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| #include "libavutil/imgutils.h" | #include "libavutil/imgutils.h" | ||||
| @@ -30,7 +30,6 @@ | |||||
| * MJPEG encoder. | * MJPEG encoder. | ||||
| */ | */ | ||||
| //#define DEBUG | |||||
| #include <assert.h> | #include <assert.h> | ||||
| #include "avcodec.h" | #include "avcodec.h" | ||||