[FFmpeg-cvslog] r30371 - trunk/libswscale/swscale.c

ramiro subversion
Tue Jan 19 12:35:04 CET 2010


Author: ramiro
Date: Tue Jan 19 12:35:04 2010
New Revision: 30371

Log:
Remove useless forward declaration.

Modified:
   trunk/libswscale/swscale.c

Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c	Tue Jan 19 06:21:17 2010	(r30370)
+++ trunk/libswscale/swscale.c	Tue Jan 19 12:35:04 2010	(r30371)
@@ -298,8 +298,6 @@ DECLARE_ASM_CONST(8, uint64_t, ff_bgr24t
 
 #endif /* ARCH_X86 && CONFIG_GPL */
 
-static SwsVector *sws_getConvVec(SwsVector *a, SwsVector *b);
-
 DECLARE_ALIGNED(8, static const uint8_t, dither_2x2_4[2][8])={
 {  1,   3,   1,   3,   1,   3,   1,   3, },
 {  2,   0,   2,   0,   2,   0,   2,   0, },



More information about the ffmpeg-cvslog mailing list