comparison xvmcvideo.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents 7b345b735ac7
children ef2149182f1c
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
146 s->last_dc[1] = 146 s->last_dc[1] =
147 s->last_dc[2] = 128 << s->intra_dc_precision; 147 s->last_dc[2] = 128 << s->intra_dc_precision;
148 } 148 }
149 149
150 //MC doesn't skip blocks 150 //MC doesn't skip blocks
151 s->mb_skiped = 0; 151 s->mb_skipped = 0;
152 152
153 153
154 // do I need to export quant when I could not perform postprocessing? 154 // do I need to export quant when I could not perform postprocessing?
155 // anyway, it doesn't hurrt 155 // anyway, it doesn't hurrt
156 s->current_picture.qscale_table[mb_xy] = s->qscale; 156 s->current_picture.qscale_table[mb_xy] = s->qscale;