comparison mpcommon.h @ 32383:f6e78eef2e1b

Avoid duplicating common init code between MPlayer and mencoder.
author reimar
date Sat, 09 Oct 2010 15:04:50 +0000
parents ef21cbba62ee
children 69d3be4d52a2
comparison
equal deleted inserted replaced
32382:9a5340bb1f69 32383:f6e78eef2e1b
66 void update_subtitles(struct sh_video *sh_video, double refpts, demux_stream_t *d_dvdsub, int reset); 66 void update_subtitles(struct sh_video *sh_video, double refpts, demux_stream_t *d_dvdsub, int reset);
67 void update_teletext(struct sh_video *sh_video, demuxer_t *demuxer, int reset); 67 void update_teletext(struct sh_video *sh_video, demuxer_t *demuxer, int reset);
68 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang); 68 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
69 void set_osd_subtitle(subtitle *subs); 69 void set_osd_subtitle(subtitle *subs);
70 70
71 void common_preinit(void);
72 int common_init(void);
73
71 #endif /* MPLAYER_MPCOMMON_H */ 74 #endif /* MPLAYER_MPCOMMON_H */