blob: 60ba8b09dbdc83d401644494c2b85e236a98eee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* vo_frameoutput.h:
*
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
* $Id: vo_frameoutput.h,v 1.1 2012-03-07 08:27:40 phintuka Exp $
*
*/
#ifndef _XINELIBOUTPUT_VO_FRAMEOUTPUT_H
#define _XINELIBOUTPUT_VO_FRAMEOUTPUT_H
vo_driver_t *vo_frameoutput_init(void *handle, void (*cb)(void*, vo_frame_t*));
#endif /* _XINELIBOUTPUT_VO_FRAMEOUTPUT_H */
|