comparison svq3.c @ 7287:697213189d07 libavcodec

Print slice num as well.
author michael
date Wed, 16 Jul 2008 01:57:28 +0000
parents 6163e7de8604
children 3678ec389a27
comparison
equal deleted inserted replaced
7286:e267f2519248 7287:697213189d07
850 850
851 s->pict_type = h->slice_type; 851 s->pict_type = h->slice_type;
852 s->picture_number = h->slice_num; 852 s->picture_number = h->slice_num;
853 853
854 if(avctx->debug&FF_DEBUG_PICT_INFO){ 854 if(avctx->debug&FF_DEBUG_PICT_INFO){
855 av_log(h->s.avctx, AV_LOG_DEBUG, "%c hpel:%d, tpel:%d aqp:%d qp:%d\n", 855 av_log(h->s.avctx, AV_LOG_DEBUG, "%c hpel:%d, tpel:%d aqp:%d qp:%d, slice_num:%02X\n",
856 av_get_pict_type_char(s->pict_type), h->halfpel_flag, h->thirdpel_flag, 856 av_get_pict_type_char(s->pict_type), h->halfpel_flag, h->thirdpel_flag,
857 s->adaptive_quant, s->qscale 857 s->adaptive_quant, s->qscale, h->slice_num
858 ); 858 );
859 } 859 }
860 860
861 /* for hurry_up==5 */ 861 /* for hurry_up==5 */
862 s->current_picture.pict_type = s->pict_type; 862 s->current_picture.pict_type = s->pict_type;