# HG changeset patch # User diego # Date 1188001418 0 # Node ID 87fe090606ba33de6638bbf35f1bc8e5833cbabb # Parent d2f65b67e5683a8ac9d4e7f803ceda781ec0935f Fix unused variable warning. diff -r d2f65b67e568 -r 87fe090606ba libmpcodecs/ve_qtvideo.c --- 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;