summaryrefslogtreecommitdiffstats
path: root/vobsub.h
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-17 15:44:41 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-17 15:44:41 +0000
commit43ef114abe41a1d76db1054ea214556c8f561608 (patch)
tree6a2806621eb3ec289dac2d5a9c038c2106328040 /vobsub.h
parentf820293e0c1a6ad6855de28a490a91497bb2ebcc (diff)
downloadmpv-43ef114abe41a1d76db1054ea214556c8f561608.tar.bz2
mpv-43ef114abe41a1d76db1054ea214556c8f561608.tar.xz
Mplayer can switch between subtitles of different languages during
playing by press 'j', based on a patch by <hephooey@fastmail.fm>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7781 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vobsub.h')
-rw-r--r--vobsub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vobsub.h b/vobsub.h
index f5a401b30c..9d7e8fbc30 100644
--- a/vobsub.h
+++ b/vobsub.h
@@ -7,6 +7,8 @@ extern int vobsub_parse_ifo(void* this, const char *const name, unsigned int *pa
extern int vobsub_get_packet(void *vobhandle, float pts,void** data, int* timestamp);
extern int vobsub_get_next_packet(void *vobhandle, void** data, int* timestamp);
extern void vobsub_close(void *this);
+extern unsigned int vobsub_get_indexes_count(void * /* vobhandle */);
+extern char *vobsub_get_id(void * /* vobhandle */, unsigned int /* index */);
extern void *vobsub_out_open(const char *basename, const unsigned int *palette, unsigned int orig_width, unsigned int orig_height, const char *id, unsigned int index);
extern void vobsub_out_output(void *me, const unsigned char *packet, int len, double pts);