[MPlayer-cvslog] r30564 - trunk/libmpcodecs/vf_remove_logo.c
diego
subversion at mplayerhq.hu
Sun Feb 14 12:09:58 CET 2010
Author: diego
Date: Sun Feb 14 12:09:58 2010
New Revision: 30564
Log:
Mark uninit() as static; it is only used within the file.
Modified:
trunk/libmpcodecs/vf_remove_logo.c
Modified: trunk/libmpcodecs/vf_remove_logo.c
==============================================================================
--- trunk/libmpcodecs/vf_remove_logo.c Sun Feb 14 12:09:24 2010 (r30563)
+++ trunk/libmpcodecs/vf_remove_logo.c Sun Feb 14 12:09:58 2010 (r30564)
@@ -877,7 +877,7 @@ static int open(vf_instance_t * vf, char
*
* 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);
More information about the MPlayer-cvslog
mailing list