diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-20 14:25:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-20 19:59:50 +0200 |
commit | 2a61592573d725956a4377641344afe263382648 (patch) | |
tree | 73d9b5bc84f7d5a95bbf4b43999a20722a1cbafe | |
parent | 6c786765cd5eb794dedd4a0970dfe689b16dfeeb (diff) | |
download | ffmpeg-2a61592573d725956a4377641344afe263382648.tar.gz |
avcodec: Remove some commented-out debug cruft
-rw-r--r-- | libavcodec/h264.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_cabac.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_cavlc.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_direct.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_loopfilter.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_mvpred.h | 1 | ||||
-rw-r--r-- | libavcodec/h264_ps.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_refs.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_sei.c | 1 | ||||
-rw-r--r-- | libavcodec/mjpegdec.c | 1 | ||||
-rw-r--r-- | libavcodec/mjpegenc.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 77f4fc091a..f32af1fd3b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -44,7 +44,6 @@ #include "svq3.h" #include "thread.h" -// #undef NDEBUG #include <assert.h> const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 }; diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index c0e33563b7..79b715ffdd 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -41,7 +41,6 @@ #include "x86/h264_i386.h" #endif -//#undef NDEBUG #include <assert.h> /* Cabac pre state table */ diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index f6abb0326f..5ed1d5d240 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -35,7 +35,6 @@ #include "h264_mvpred.h" #include "golomb.h" -//#undef NDEBUG #include <assert.h> static const uint8_t golomb_to_inter_cbp_gray[16]={ diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 719ebee511..85fda31fda 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -32,7 +32,6 @@ #include "rectangle.h" #include "thread.h" -//#undef NDEBUG #include <assert.h> diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c index 278f1f5626..b8bf555bc1 100644 --- a/libavcodec/h264_loopfilter.c +++ b/libavcodec/h264_loopfilter.c @@ -34,7 +34,6 @@ #include "mathops.h" #include "rectangle.h" -//#undef NDEBUG #include <assert.h> /* Deblocking filter (p153) */ diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h index 586772fa2e..a7545f001f 100644 --- a/libavcodec/h264_mvpred.h +++ b/libavcodec/h264_mvpred.h @@ -32,7 +32,6 @@ #include "avcodec.h" #include "h264.h" -//#undef NDEBUG #include <assert.h> static av_always_inline int fetch_diagonal_mv(H264Context *h, const int16_t **C, diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c index c6587c791b..2bd0aec774 100644 --- a/libavcodec/h264_ps.c +++ b/libavcodec/h264_ps.c @@ -33,7 +33,6 @@ #include "golomb.h" -//#undef NDEBUG #include <assert.h> #define MAX_LOG2_MAX_FRAME_NUM (12 + 4) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index c79197397e..3721c2e337 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -30,7 +30,6 @@ #include "h264.h" #include "golomb.h" -//#undef NDEBUG #include <assert.h> #define COPY_PICTURE(dst, src) \ diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index dde5c2174c..f72d72b6e1 100644 --- a/libavcodec/h264_sei.c +++ b/libavcodec/h264_sei.c @@ -30,7 +30,6 @@ #include "h264.h" #include "golomb.h" -//#undef NDEBUG #include <assert.h> static const uint8_t sei_num_clock_ts_table[9] = { diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index be32332ccb..7bca899e87 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -30,7 +30,6 @@ * MJPEG decoder. */ -// #define DEBUG #include <assert.h> #include "libavutil/imgutils.h" diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c index 2a83a204a2..051cd12742 100644 --- a/libavcodec/mjpegenc.c +++ b/libavcodec/mjpegenc.c @@ -30,7 +30,6 @@ * MJPEG encoder. */ -//#define DEBUG #include <assert.h> #include "avcodec.h" |