summaryrefslogtreecommitdiff
path: root/libavcodec/h263.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/h263.c
parentff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff)
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index c097033951..0a7ec87ba1 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -27,7 +27,6 @@
* h263/mpeg4 codec.
*/
-//#define DEBUG
#include <limits.h>
#include "avcodec.h"
@@ -39,8 +38,6 @@
#include "flv.h"
#include "mpeg4video.h"
-//#undef NDEBUG
-//#include <assert.h>
uint8_t ff_h263_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];