diff svq3.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 2498a7045b37
children 26c44d2433c1
line wrap: on
line diff
--- a/svq3.c	Fri May 23 18:04:34 2003 +0000
+++ b/svq3.c	Sat May 24 18:48:30 2003 +0000
@@ -199,7 +199,7 @@
     src[3+2*stride]=
     src[2+3*stride]=
     src[3+3*stride]=(l3 + t3)>>1;
-};
+}
 
 static void pred16x16_plane_svq3_c(uint8_t *src, int stride){
     pred16x16_plane_compat_c(src, stride, 1);