summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-15 15:16:12 +0200
committerDiego Biurrun <diego@biurrun.de>2013-05-16 00:23:30 +0200
commit2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch)
tree9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavcodec/mpeg12.c
parentff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff)
downloadffmpeg-streaming-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.zip
ffmpeg-streaming-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 8bc5697..528e676 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 <assert.h>
-
uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];
#define INIT_2D_VLC_RL(rl, static_size)\
OpenPOWER on IntegriCloud