From f806e745e2c32507852ae67d4e76183decb12857 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Sep 2009 23:47:00 +0000 Subject: Mark some functions that do not need external visibility as static. patch by Alexander Neumann, alexander bumpern de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29744 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/vf_screenshot.c') diff --git a/libmpcodecs/vf_screenshot.c b/libmpcodecs/vf_screenshot.c index 93fef3e186..7543d45e34 100644 --- a/libmpcodecs/vf_screenshot.c +++ b/libmpcodecs/vf_screenshot.c @@ -204,7 +204,7 @@ static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts) return vf_next_put_image(vf, dmpi, pts); } -int control (vf_instance_t *vf, int request, void *data) +static int control (vf_instance_t *vf, int request, void *data) { /** data contains an integer argument * 0: take screenshot with the next frame -- cgit v1.2.3