summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 16:59:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 16:59:24 +0000
commit37fe15b1c86e54630edf7058d9447006c2bb1081 (patch)
tree4a5d8354c48e6fc478eb24d95fe2b67f9d511492 /libmpcodecs
parent6e88eeb7b7a20bf1721a3172fdf16b58c9c2d11f (diff)
downloadmpv-37fe15b1c86e54630edf7058d9447006c2bb1081.tar.bz2
mpv-37fe15b1c86e54630edf7058d9447006c2bb1081.tar.xz
warning fix:
ve_qtvideo.c: At top level: ve_qtvideo.c:109: warning: 'decompressor' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24267 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ve_qtvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/ve_qtvideo.c b/libmpcodecs/ve_qtvideo.c
index 27c0a73a07..fee22005dd 100644
--- a/libmpcodecs/ve_qtvideo.c
+++ b/libmpcodecs/ve_qtvideo.c
@@ -106,7 +106,6 @@ static GWorldPtr frame_GWorld_prev = NULL;
static Rect FrameRect;
static CompressorComponent compressor;
-static DecompressorComponent decompressor;
static ImageDescriptionHandle desc;
static ImageSequence seq;