comparison huffyuv.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 1f9afd8b9131
children c55bffc3b84e
comparison
equal deleted inserted replaced
1063:fdeac9642346 1064:b32afefe7d33
636 } 636 }
637 } 637 }
638 638
639 static void draw_slice(HYuvContext *s, int y){ 639 static void draw_slice(HYuvContext *s, int y){
640 int h, cy; 640 int h, cy;
641 UINT8 *src_ptr[3]; 641 uint8_t *src_ptr[3];
642 642
643 if(s->avctx->draw_horiz_band==NULL) 643 if(s->avctx->draw_horiz_band==NULL)
644 return; 644 return;
645 645
646 h= y - s->last_slice_end; 646 h= y - s->last_slice_end;