]> git.sesse.net Git - ffmpeg/commitdiff
avcodec: Remove some commented-out debug cruft
authorDiego Biurrun <diego@biurrun.de>
Tue, 20 Aug 2013 12:25:33 +0000 (14:25 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 20 Aug 2013 17:59:50 +0000 (19:59 +0200)
libavcodec/h264.c
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_direct.c
libavcodec/h264_loopfilter.c
libavcodec/h264_mvpred.h
libavcodec/h264_ps.c
libavcodec/h264_refs.c
libavcodec/h264_sei.c
libavcodec/mjpegdec.c
libavcodec/mjpegenc.c

index 77f4fc091ac47939baa43a3b95b1f26f1c2e4607..f32af1fd3b72bcd0f27101348e406bc30aeeacca 100644 (file)
@@ -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 };
index c0e33563b70e91bdf4c70d0702eaab87252a7031..79b715ffddd5f830ea9a7aada0b753a83866a49c 100644 (file)
@@ -41,7 +41,6 @@
 #include "x86/h264_i386.h"
 #endif
 
-//#undef NDEBUG
 #include <assert.h>
 
 /* Cabac pre state table */
index f6abb0326f1589bd783e917d622d8e5582393e7a..5ed1d5d2406b6ae92cfc390af0c24011b73250f3 100644 (file)
@@ -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]={
index 719ebee51181a9a0a57d90a1bd9bfe0beb3cd7bc..85fda31fda90cccbf90c519f64edb648c49af710 100644 (file)
@@ -32,7 +32,6 @@
 #include "rectangle.h"
 #include "thread.h"
 
-//#undef NDEBUG
 #include <assert.h>
 
 
index 278f1f56260261a2738ed63b7df8ef2cb1541de8..b8bf555bc1bee03d24839cc92900674d0579bb24 100644 (file)
@@ -34,7 +34,6 @@
 #include "mathops.h"
 #include "rectangle.h"
 
-//#undef NDEBUG
 #include <assert.h>
 
 /* Deblocking filter (p153) */
index 586772fa2e6b7b9e6639d2678f956b3e310fdbe2..a7545f001fc35cfe4d5302c8368694b19990bdcf 100644 (file)
@@ -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,
index c6587c791b5c8fb53e3b83b352790984b59be2e6..2bd0aec774f57a03cd3326a8131b0edbb99c129a 100644 (file)
@@ -33,7 +33,6 @@
 #include "golomb.h"
 
 
-//#undef NDEBUG
 #include <assert.h>
 
 #define MAX_LOG2_MAX_FRAME_NUM    (12 + 4)
index c79197397e9958639968ea58b47117b47081af80..3721c2e337708d9364b7af0ac33876c87d94b8af 100644 (file)
@@ -30,7 +30,6 @@
 #include "h264.h"
 #include "golomb.h"
 
-//#undef NDEBUG
 #include <assert.h>
 
 #define COPY_PICTURE(dst, src) \
index dde5c2174c3a61e2c3aed24c35cc4b0c8578d7ab..f72d72b6e1d0d75d51e7c5a29a5c20a38b644620 100644 (file)
@@ -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] = {
index be32332ccb417d0932391804115ac06347cd31ef..7bca899e871d100bf1996194d760de11c66fc924 100644 (file)
@@ -30,7 +30,6 @@
  * MJPEG decoder.
  */
 
-// #define DEBUG
 #include <assert.h>
 
 #include "libavutil/imgutils.h"
index 2a83a204a2e5d94d81d7a25e34de96df3b28f158..051cd12742027f899b7cf122a7e2042d93ea5c07 100644 (file)
@@ -30,7 +30,6 @@
  * MJPEG encoder.
  */
 
-//#define DEBUG
 #include <assert.h>
 
 #include "avcodec.h"