comparison svq3.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 2498a7045b37
children 26c44d2433c1
comparison
equal deleted inserted replaced
1281:37176fafe11e 1282:8988af3ae1e8
197 src[2+2*stride]= 197 src[2+2*stride]=
198 src[1+3*stride]= 198 src[1+3*stride]=
199 src[3+2*stride]= 199 src[3+2*stride]=
200 src[2+3*stride]= 200 src[2+3*stride]=
201 src[3+3*stride]=(l3 + t3)>>1; 201 src[3+3*stride]=(l3 + t3)>>1;
202 }; 202 }
203 203
204 static void pred16x16_plane_svq3_c(uint8_t *src, int stride){ 204 static void pred16x16_plane_svq3_c(uint8_t *src, int stride){
205 pred16x16_plane_compat_c(src, stride, 1); 205 pred16x16_plane_compat_c(src, stride, 1);
206 } 206 }
207 207