mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
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:
parent
f468804293
commit
625098b0ac
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user