[MPlayer-cvslog] r27464 - trunk/libmpcodecs/vd_qtvideo.c

diego subversion at mplayerhq.hu
Thu Aug 14 18:04:32 CEST 2008


Author: diego
Date: Thu Aug 14 18:04:32 2008
New Revision: 27464

Log:
Remove unused static declarations, fixes the warnings:
libmpcodecs/vd_qtvideo.c:69: warning: 'ImageCodecDrawBand' defined but not used
libmpcodecs/vd_qtvideo.c:71: warning: 'ImageCodecEndBand' defined but not used


Modified:
   trunk/libmpcodecs/vd_qtvideo.c

Modified: trunk/libmpcodecs/vd_qtvideo.c
==============================================================================
--- trunk/libmpcodecs/vd_qtvideo.c	(original)
+++ trunk/libmpcodecs/vd_qtvideo.c	Thu Aug 14 18:04:32 2008
@@ -66,12 +66,6 @@ static    ComponentResult (*ImageCodecBe
                                  CodecDecompressParams * params,
                                  ImageSubCodecDecompressRecord * drp,
                                  long                   flags);
-static    ComponentResult (*ImageCodecDrawBand)(ComponentInstance      ci,
-                                 ImageSubCodecDecompressRecord * drp);
-static    ComponentResult (*ImageCodecEndBand)(ComponentInstance      ci,
-                                 ImageSubCodecDecompressRecord * drp,
-                                 OSErr                  result,
-                                 long                   flags);
 static    ComponentResult (*ImageCodecGetCodecInfo)(ComponentInstance      ci,
                                  CodecInfo *            info);
 static    ComponentResult (*ImageCodecPreDecompress)(ComponentInstance      ci,



More information about the MPlayer-cvslog mailing list