blob: fe7d21d0c9df03adba1f46403017a5da527b035d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* vo_osdscaler.h: OSD scaling video-out post plugin
*
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
* $Id: vo_osdscaler.h,v 1.1 2008-11-20 09:24:27 phintuka Exp $
*
*/
#ifndef _XINELIBOUTPUT_VO_OSDSCALER_H
#define _XINELIBOUTPUT_VO_OSDSCALER_H
vo_driver_t *osdscaler_init(void);
#endif /* _XINELIBOUTPUT_VO_OSDSCALER_H */
|