blob: a65a584bda7cb564b9cd9e7d76f5f918b4dcbe56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* vo_lastpts.h:
*
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
* $Id: vo_lastpts.h,v 1.1 2010-01-26 11:36:21 phintuka Exp $
*
*/
#ifndef _XINELIBOUTPUT_VO_LASTPTS_H
#define _XINELIBOUTPUT_VO_LASTPTS_H
vo_driver_t *vo_lastpts_init(void);
#endif /* _XINELIBOUTPUT_VO_LASTPTS_H */
|