diff libmpcodecs/vf_screenshot.c @ 29702:28fb967d78d8

Mark some functions that do not need external visibility as static. patch by Alexander Neumann, alexander bumpern de
author diego
date Wed, 30 Sep 2009 23:47:00 +0000
parents 67c256364220
children 0a4585a1653d
line wrap: on
line diff
--- a/libmpcodecs/vf_screenshot.c	Wed Sep 30 18:45:02 2009 +0000
+++ b/libmpcodecs/vf_screenshot.c	Wed Sep 30 23:47:00 2009 +0000
@@ -204,7 +204,7 @@
     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