Commit 82f19725 authored by melanson's avatar melanson

quiet


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2382 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3049e8a7
...@@ -197,7 +197,7 @@ static int decode_frame(AVCodecContext *avctx, ...@@ -197,7 +197,7 @@ static int decode_frame(AVCodecContext *avctx,
a->qscale= get_bits(&a->gb, 16); a->qscale= get_bits(&a->gb, 16);
a->version= 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_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++){ for(a->mb_y=0; a->mb_y<a->mb_height; a->mb_y++){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment