Mercurial > mplayer.hg
changeset 27432:078b68af5df0
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
author | diego |
---|---|
date | Thu, 14 Aug 2008 16:04:32 +0000 |
parents | bb738b9ea7c4 |
children | 9aec56f5e314 |
files | libmpcodecs/vd_qtvideo.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c Thu Aug 14 15:54:53 2008 +0000 +++ b/libmpcodecs/vd_qtvideo.c Thu Aug 14 16:04:32 2008 +0000 @@ -66,12 +66,6 @@ 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,