comparison libvo/video_out_internal.h @ 7876:af8233ef7161

1l
author arpi
date Wed, 23 Oct 2002 18:53:06 +0000
parents eca7dbad0166
children 5b39e79af5fe
comparison
equal deleted inserted replaced
7875:b890315b36d7 7876:af8233ef7161
19 * along with GNU Make; see the file COPYING. If not, write to 19 * along with GNU Make; see the file COPYING. If not, write to
20 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 * 21 *
22 */ 22 */
23 23
24 /* All video drivers will want this */
24 #include "../libmpcodecs/vfcap.h" 25 #include "../libmpcodecs/vfcap.h"
25 #include "../libmpcodecs/mp_image.h" 26 #include "../libmpcodecs/mp_image.h"
27 #include "geometry.h"
26 28
27 static uint32_t control(uint32_t request, void *data, ...); 29 static uint32_t control(uint32_t request, void *data, ...);
28 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 30 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
29 uint32_t d_height, uint32_t fullscreen, char *title, 31 uint32_t d_height, uint32_t fullscreen, char *title,
30 uint32_t format); 32 uint32_t format);