summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-10-15 02:59:03 +0000
committerMike Melanson <mike@multimedia.cx>2003-10-15 02:59:03 +0000
commite986b6e2c7e5b4a823fd25ed12b2775c115a97a6 (patch)
treecb71a0cccc0a54ac99bb72b4db91ae299aee785e /libavcodec
parentbaf23f0c104aad042c9a554dcf5ff14d92506585 (diff)
quiet
Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 1166aa9c9b..e093ee3561 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -197,7 +197,7 @@ static int decode_frame(AVCodecContext *avctx,
a->qscale= get_bits(&a->gb, 16);
a->version= get_bits(&a->gb, 16);
- printf("qscale:%d (0x%X), version:%d (0x%X)\n", a->qscale, a->qscale, a->version, a->version);
+// printf("qscale:%d (0x%X), version:%d (0x%X)\n", a->qscale, a->qscale, a->version, a->version);
for(a->mb_x=0; a->mb_x<a->mb_width; a->mb_x++){
for(a->mb_y=0; a->mb_y<a->mb_height; a->mb_y++){