From 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 15 May 2013 15:16:12 +0200 Subject: Remove commented-out debug #define cruft --- libavcodec/mpeg12.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/mpeg12.c') diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 8bc56973ed..528e676059 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -25,7 +25,6 @@ * MPEG-1/2 decoder */ -//#define DEBUG #include "libavutil/attributes.h" #include "internal.h" #include "avcodec.h" @@ -40,9 +39,6 @@ #include "xvmc_internal.h" #include "thread.h" -//#undef NDEBUG -//#include - uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3]; #define INIT_2D_VLC_RL(rl, static_size)\ -- cgit v1.2.3