comparison grab.c @ 1491:89f88d324eea libavformat

rename cropTbl -> ff_cropTbl
author mru
date Sun, 12 Nov 2006 20:08:09 +0000
parents 0899bfe4105c
children 65b7b3ff4ed7
comparison
equal deleted inserted replaced
1490:1bf0132b9dff 1491:89f88d324eea
758 rounder.uw[2]=4; 758 rounder.uw[2]=4;
759 rounder.uw[3]=4; 759 rounder.uw[3]=4;
760 movq_m2r(rounder,mm6); 760 movq_m2r(rounder,mm6);
761 pxor_r2r(mm7,mm7); 761 pxor_r2r(mm7,mm7);
762 #else 762 #else
763 uint8_t *cm = cropTbl + MAX_NEG_CROP; 763 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
764 #endif 764 #endif
765 765
766 /* read two fields and deinterlace them */ 766 /* read two fields and deinterlace them */
767 while (read(s->fd,src,s->width*2) < 0) { 767 while (read(s->fd,src,s->width*2) < 0) {
768 usleep(100); 768 usleep(100);