comparison svq3.c @ 1264:2fa34e615c76 libavcodec

cleanup
author michaelni
date Wed, 14 May 2003 23:08:01 +0000
parents 67ee8bab0f28
children 09165461996f
comparison
equal deleted inserted replaced
1263:9fce515e9894 1264:2fa34e615c76
740 get_bits (&s->gb, 8); 740 get_bits (&s->gb, 8);
741 } 741 }
742 742
743 if(avctx->debug&FF_DEBUG_PICT_INFO){ 743 if(avctx->debug&FF_DEBUG_PICT_INFO){
744 printf("%c hpel:%d, tpel:%d aqp:%d qp:%d\n", 744 printf("%c hpel:%d, tpel:%d aqp:%d qp:%d\n",
745 ff_get_pict_type_char(s->pict_type), h->halfpel_flag, h->thirdpel_flag, 745 av_get_pict_type_char(s->pict_type), h->halfpel_flag, h->thirdpel_flag,
746 s->adaptive_quant, s->qscale 746 s->adaptive_quant, s->qscale
747 ); 747 );
748 } 748 }
749 749
750 /* B-frames are not supported */ 750 /* B-frames are not supported */