Mercurial > mplayer.hg
changeset 24867:e5b4a794ac92
Comment out uninit function, its use is commented out. Fixes warning:
vf_yuvcsp.c:66: warning: 'uninit' defined but not used
author | diego |
---|---|
date | Tue, 30 Oct 2007 15:31:45 +0000 |
parents | 124071207b17 |
children | 751455d3abbe |
files | libmpcodecs/vf_yuvcsp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_yuvcsp.c Tue Oct 30 15:27:13 2007 +0000 +++ b/libmpcodecs/vf_yuvcsp.c Tue Oct 30 15:31:45 2007 +0000 @@ -63,9 +63,11 @@ //===========================================================================// +/* 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){