# HG changeset patch # User diego # Date 1266145798 0 # Node ID 969a093964a98484b5d8f224a4a5715313e76d3a # Parent 828219ec9742bd26a30ee0e9224f13236c850140 Mark uninit() as static; it is only used within the file. diff -r 828219ec9742 -r 969a093964a9 libmpcodecs/vf_remove_logo.c --- a/libmpcodecs/vf_remove_logo.c Sun Feb 14 11:09:24 2010 +0000 +++ b/libmpcodecs/vf_remove_logo.c Sun Feb 14 11:09:58 2010 +0000 @@ -877,7 +877,7 @@ * * 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);