diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-10-15 02:59:03 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-10-15 02:59:03 +0000 |
commit | e986b6e2c7e5b4a823fd25ed12b2775c115a97a6 (patch) | |
tree | cb71a0cccc0a54ac99bb72b4db91ae299aee785e /libavcodec | |
parent | baf23f0c104aad042c9a554dcf5ff14d92506585 (diff) | |
download | ffmpeg-e986b6e2c7e5b4a823fd25ed12b2775c115a97a6.tar.gz |
quiet
Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mdec.c | 2 |
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++){ |