diff 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
line wrap: on
line diff
--- a/mpcommon.h	Sat Oct 09 14:17:06 2010 +0000
+++ b/mpcommon.h	Sat Oct 09 15:04:50 2010 +0000
@@ -68,4 +68,7 @@
 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
 void set_osd_subtitle(subtitle *subs);
 
+void common_preinit(void);
+int common_init(void);
+
 #endif /* MPLAYER_MPCOMMON_H */