changeset 9439:b906ae5d346e

10l
author arpi
date Sat, 15 Feb 2003 20:38:34 +0000
parents f7044ec26382
children c54fb9b3cdd5
files libmpcodecs/vf_denoise3d.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_denoise3d.c	Sat Feb 15 20:14:04 2003 +0000
+++ b/libmpcodecs/vf_denoise3d.c	Sat Feb 15 20:38:34 2003 +0000
@@ -63,7 +63,7 @@
 }
 
 
-void uninit(struct vf_instance_s* vf)
+static void uninit(struct vf_instance_s* vf)
 {
     free(vf->priv->Line);
 }