comparison 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
comparison
equal deleted inserted replaced
7730:8ead080de60c 7731:1f8961f2b34c
11 #include "../libvo/video_out.h" 11 #include "../libvo/video_out.h"
12 12
13 //===========================================================================// 13 //===========================================================================//
14 14
15 #define video_out ((vo_functions_t*)(vf->priv)) 15 #define video_out ((vo_functions_t*)(vf->priv))
16
17 static int query_format(struct vf_instance_s* vf, unsigned int fmt); /* forward declaration */
16 18
17 static int config(struct vf_instance_s* vf, 19 static int config(struct vf_instance_s* vf,
18 int width, int height, int d_width, int d_height, 20 int width, int height, int d_width, int d_height,
19 unsigned int flags, unsigned int outfmt){ 21 unsigned int flags, unsigned int outfmt){
20 22