Mercurial > mplayer.hg
comparison mpcommon.h @ 29670:2e3751815a21
Add support for displaying subtitles on the command-line when playing
audio-only files.
author | reimar |
---|---|
date | Wed, 23 Sep 2009 21:48:48 +0000 |
parents | 162402f4662b |
children | d5d20b8256b7 |
comparison
equal
deleted
inserted
replaced
29669:162402f4662b | 29670:2e3751815a21 |
---|---|
11 | 11 |
12 void print_version(const char* name); | 12 void print_version(const char* name); |
13 void update_subtitles(sh_video_t *sh_video, double refpts, demux_stream_t *d_dvdsub, int reset); | 13 void update_subtitles(sh_video_t *sh_video, double refpts, demux_stream_t *d_dvdsub, int reset); |
14 void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset); | 14 void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset); |
15 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang); | 15 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang); |
16 void set_osd_subtitle(subtitle *subs); | |
16 | 17 |
17 extern int disable_system_conf; | 18 extern int disable_system_conf; |
18 extern int disable_user_conf; | 19 extern int disable_user_conf; |
19 | 20 |
20 #endif /* MPLAYER_MPCOMMON_H */ | 21 #endif /* MPLAYER_MPCOMMON_H */ |