comparison libmpcodecs/vf_expand.c @ 30653:3d23e24c5c60

Declare externally used variables from vd.c as extern in vd.h. This saves declaring them as extern all over the place.
author diego
date Mon, 22 Feb 2010 09:51:44 +0000
parents a972c1a4a012
children 0aa7c9d45f92
comparison
equal deleted inserted replaced
30652:a2dddda6eb2f 30653:3d23e24c5c60
26 #include "mp_msg.h" 26 #include "mp_msg.h"
27 #include "help_mp.h" 27 #include "help_mp.h"
28 28
29 #include "img_format.h" 29 #include "img_format.h"
30 #include "mp_image.h" 30 #include "mp_image.h"
31 #include "vd.h"
31 #include "vf.h" 32 #include "vf.h"
32 33
33 #include "libvo/fastmemcpy.h" 34 #include "libvo/fastmemcpy.h"
34 #include "libavutil/avutil.h" 35 #include "libavutil/avutil.h"
35 36
68 NULL, 69 NULL,
69 0, 70 0,
70 0 71 0
71 }; 72 };
72 73
73 extern int opt_screen_size_x;
74 extern int opt_screen_size_y;
75
76 //===========================================================================// 74 //===========================================================================//
77 #ifdef OSD_SUPPORT 75 #ifdef OSD_SUPPORT
78 76
79 static struct vf_instance *vf=NULL; // fixme (needs sub.c changes) 77 static struct vf_instance *vf=NULL; // fixme (needs sub.c changes)
80 static int orig_w,orig_h; 78 static int orig_w,orig_h;