comparison spudec.h @ 3744:d358f4a74690

dvd seeking -> subtitle disappearing bugs fixed
author arpi
date Tue, 25 Dec 2001 20:32:02 +0000
parents ce9acee4e129
children 62f672249df1
comparison
equal deleted inserted replaced
3743:38ee592422aa 3744:d358f4a74690
7 void spudec_heartbeat(void *this, int pts100); 7 void spudec_heartbeat(void *this, int pts100);
8 void spudec_assemble(void *this, unsigned char *packet, int len, int pts100); 8 void spudec_assemble(void *this, unsigned char *packet, int len, int pts100);
9 void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)); 9 void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
10 void *spudec_new(dvd_priv_t *dvd_info); 10 void *spudec_new(dvd_priv_t *dvd_info);
11 void spudec_free(void *this); 11 void spudec_free(void *this);
12 void spudec_reset(void *this); // called after seek
12 13
13 #endif 14 #endif
14 #endif 15 #endif
15 16