changeset 24125:87fe090606ba

Fix unused variable warning.
author diego
date Sat, 25 Aug 2007 00:23:38 +0000
parents d2f65b67e568
children b451fd2b2520
files libmpcodecs/ve_qtvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ve_qtvideo.c	Fri Aug 24 20:59:55 2007 +0000
+++ b/libmpcodecs/ve_qtvideo.c	Sat Aug 25 00:23:38 2007 +0000
@@ -126,7 +126,7 @@
 static int config(struct vf_instance_s* vf,
         int width, int height, int d_width, int d_height,
 	unsigned int flags, unsigned int outfmt){
-    OSErr cres;
+//    OSErr cres;
     ComponentDescription cdesc;
     mux_v->bih->biWidth=width;
     mux_v->bih->biHeight=height;