comparison rv10.c @ 9697:99c39bb5c525 libavcodec

indent
author michael
date Sat, 23 May 2009 23:02:33 +0000
parents d3b8845e7f55
children e909e1f7b3f1
comparison
equal deleted inserted replaced
9696:d3b8845e7f55 9697:99c39bb5c525
509 // s->alt_inter_vlc=1; 509 // s->alt_inter_vlc=1;
510 // s->obmc=1; 510 // s->obmc=1;
511 // s->umvplus=1; 511 // s->umvplus=1;
512 s->modified_quant=1; 512 s->modified_quant=1;
513 if(!s->avctx->lowres) 513 if(!s->avctx->lowres)
514 s->loop_filter=1; 514 s->loop_filter=1;
515 515
516 if(s->avctx->debug & FF_DEBUG_PICT_INFO){ 516 if(s->avctx->debug & FF_DEBUG_PICT_INFO){
517 av_log(s->avctx, AV_LOG_INFO, "num:%5d x:%2d y:%2d type:%d qscale:%2d rnd:%d\n", 517 av_log(s->avctx, AV_LOG_INFO, "num:%5d x:%2d y:%2d type:%d qscale:%2d rnd:%d\n",
518 seq, s->mb_x, s->mb_y, s->pict_type, s->qscale, s->no_rounding); 518 seq, s->mb_x, s->mb_y, s->pict_type, s->qscale, s->no_rounding);
519 } 519 }