diff options
author | phintuka <phintuka> | 2008-11-20 09:25:52 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-20 09:25:52 +0000 |
commit | 8fb31e5479d92e3c18cb1feb3dc099496698f975 (patch) | |
tree | 4d29339ded29e3e240dfed7a82bd2239215e2885 /xine/vo_osdscaler.h | |
parent | 1a03343dbbb0b091ab0a71d898d1911ffcc3ec4d (diff) | |
download | xineliboutput-1_1_0pre1.tar.gz xineliboutput-1_1_0pre1.tar.bz2 |
New filexineliboutput-1_1_0pre1
Diffstat (limited to 'xine/vo_osdscaler.h')
-rw-r--r-- | xine/vo_osdscaler.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xine/vo_osdscaler.h b/xine/vo_osdscaler.h new file mode 100644 index 00000000..fe7d21d0 --- /dev/null +++ b/xine/vo_osdscaler.h @@ -0,0 +1,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 */ |