summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index a6b0e04fde..719d9a43b1 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -345,11 +345,6 @@ int ff_h263_decode_frame(AVCodecContext *avctx,
#ifdef PRINT_FRAME_TIME
uint64_t time= rdtsc();
#endif
-#ifdef DEBUG
- av_log(avctx, AV_LOG_DEBUG, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
- if(buf_size>0)
- av_log(avctx, AV_LOG_DEBUG, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
-#endif
s->flags= avctx->flags;
s->flags2= avctx->flags2;
@@ -631,10 +626,6 @@ retry:
return -1;
}
-#ifdef DEBUG
- av_log(avctx, AV_LOG_DEBUG, "qscale=%d\n", s->qscale);
-#endif
-
ff_er_frame_start(s);
//the second part of the wmv2 header contains the MB skip bits which are stored in current_picture->mb_type