mirror of https://github.com/mpv-player/mpv
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27464 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
511729a3a2
commit
3932c5e0b9
|
@ -66,12 +66,6 @@ static ComponentResult (*ImageCodecBeginBand)(ComponentInstance ci,
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue