changeset 30522:969a093964a9

Mark uninit() as static; it is only used within the file.
author diego
date Sun, 14 Feb 2010 11:09:58 +0000
parents 828219ec9742
children 9ac2056fc4df
files libmpcodecs/vf_remove_logo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);