summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 20:35:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 20:35:58 +0000
commit2067a1f7507402da2a3692258cadf5de2c003705 (patch)
tree9e00f66df01d3cd76242d756df44cbcb1ca43e4d /mpcommon.h
parentccb0647f897b7e484cb5c593f62d7b8b0bc61adf (diff)
downloadmpv-2067a1f7507402da2a3692258cadf5de2c003705.tar.bz2
mpv-2067a1f7507402da2a3692258cadf5de2c003705.tar.xz
Factorize print_version().
Print CPU information in verbose mode instead of by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpcommon.h b/mpcommon.h
index bdee63d898..a0c6fb8ff8 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -8,6 +8,8 @@
extern double sub_last_pts;
extern struct ass_track_s *ass_track;
extern subtitle *vo_sub_last;
+
+void print_version(const char* name);
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);
void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset);
int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);