view vobsub.h @ 6473:6c45b8bf9a3e

date: 2002/06/16 09:10:00; author: nickols_k; state: Exp; lines: +17 -13 fixed some DOS-memory leaks patch adopted from mpxp by Tibcu, this fixes vesaout crashes after playing multiple files.
author atmos4
date Fri, 21 Jun 2002 02:20:30 +0000
parents 7bea806b9c5f
children f8551f89dd48
line wrap: on
line source

#ifndef MPLAYER_VOBSUB_H
#define MPLAYER_VOBSUB_H

extern void *vobsub_open(const char *subname, const char *const ifo, const int force, void** spu);
extern void vobsub_reset(void *vob);
extern int vobsub_parse_ifo(void* this, const char *const name, unsigned int *palette, unsigned int *width, unsigned int *height, int force);
extern int vobsub_get_packet(void *vobhandle, float pts,void** data, int* timestamp);
extern void vobsub_close(void *this);

#endif /* MPLAYER_VOBSUB_H */