Mark uninit() as static; it is only used within the file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30564 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-14 11:09:58 +00:00
parent fdb18951f1
commit 9fefbedb17
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ static int open(vf_instance_t * vf, char * args)
*
* This is called at exit-time.
*/
void uninit(vf_instance_t * vf)
static void uninit(vf_instance_t * vf)
{
/* Destroy our masks and images. */
destroy_pgm(((vf_priv_s *)vf->priv)->filter);