diff options
Diffstat (limited to 'libavcodec/ituh263enc.c')
-rw-r--r-- | libavcodec/ituh263enc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c index 54629a2807..0f59944062 100644 --- a/libavcodec/ituh263enc.c +++ b/libavcodec/ituh263enc.c @@ -27,7 +27,6 @@ * h263 bitstream encoder. */ -//#define DEBUG #include <limits.h> #include "libavutil/attributes.h" @@ -40,9 +39,6 @@ #include "mpeg4video.h" #include "internal.h" -//#undef NDEBUG -//#include <assert.h> - /** * Table of number of bits a motion vector component needs. */ |