diff libmpcodecs/vf_vo.c @ 7731:1f8961f2b34c

compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 13 Oct 2002 21:58:55 +0000
parents a9a19a991a70
children 5b39e79af5fe
line wrap: on
line diff
--- a/libmpcodecs/vf_vo.c	Sun Oct 13 21:57:54 2002 +0000
+++ b/libmpcodecs/vf_vo.c	Sun Oct 13 21:58:55 2002 +0000
@@ -14,6 +14,8 @@
 
 #define video_out ((vo_functions_t*)(vf->priv))
 
+static int query_format(struct vf_instance_s* vf, unsigned int fmt); /* forward declaration */
+
 static int config(struct vf_instance_s* vf,
         int width, int height, int d_width, int d_height,
 	unsigned int flags, unsigned int outfmt){