Mercurial > mplayer.hg
changeset 9511:b523f634738d
supdec.h needs libvo/video_out.h. vobsub.c does not.
author | kmkaplan |
---|---|
date | Fri, 28 Feb 2003 19:21:45 +0000 |
parents | b4ac94a31a56 |
children | 883f38591d47 |
files | spudec.h vobsub.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spudec.h Fri Feb 28 14:07:56 2003 +0000 +++ b/spudec.h Fri Feb 28 19:21:45 2003 +0000 @@ -1,6 +1,8 @@ #ifndef _MPLAYER_SPUDEC_H #define _MPLAYER_SPUDEC_H +#include "libvo/video_out.h" + void spudec_heartbeat(void *this, unsigned int pts100); void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100); void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));