Comment out uninit function, its use is commented out. Fixes warning:

vf_yuvcsp.c:66: warning: 'uninit' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24895 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-10-30 15:31:45 +00:00
parent f468804293
commit 625098b0ac
1 changed files with 2 additions and 0 deletions

View File

@ -63,9 +63,11 @@ static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts){
//===========================================================================//
/*
static void uninit(struct vf_instance_s* vf){
free(vf->priv);
}
*/
static int query_format(struct vf_instance_s* vf, unsigned int fmt){
switch(fmt){