diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-15 15:16:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-16 00:23:30 +0200 |
commit | 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch) | |
tree | 9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavcodec/mpegvideo.c | |
parent | ff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff) | |
download | ffmpeg-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz |
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index a52d04af83..d958b962a1 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -41,9 +41,6 @@ #include "thread.h" #include <limits.h> -//#undef NDEBUG -//#include <assert.h> - static void dct_unquantize_mpeg1_intra_c(MpegEncContext *s, int16_t *block, int n, int qscale); static void dct_unquantize_mpeg1_inter_c(MpegEncContext *s, @@ -59,9 +56,6 @@ static void dct_unquantize_h263_intra_c(MpegEncContext *s, static void dct_unquantize_h263_inter_c(MpegEncContext *s, int16_t *block, int n, int qscale); -//#define DEBUG - - static const uint8_t ff_default_chroma_qscale_table[32] = { // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, |