[MPlayer-cvslog] r25634 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Sun Jan 6 23:04:00 CET 2008
Author: reimar
Date: Sun Jan 6 23:03:59 2008
New Revision: 25634
Log:
Make some functions in mplayer.c static
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Sun Jan 6 23:03:59 2008
@@ -833,7 +833,7 @@ if ((conffile = get_path("")) == NULL) {
}
}
-void load_per_file_config (m_config_t* conf, const char *const file)
+static void load_per_file_config (m_config_t* conf, const char *const file)
{
char *confpath;
char cfg[strlen(file)+10];
@@ -894,7 +894,7 @@ static int libmpdemux_was_interrupted(in
#define mp_basename(s) (strrchr(s,'\\')==NULL?(mp_basename2(s)):(strrchr(s,'\\')+1))
-int playtree_add_playlist(play_tree_t* entry)
+static int playtree_add_playlist(play_tree_t* entry)
{
play_tree_add_bpf(entry,filename);
@@ -2082,7 +2082,7 @@ static double update_video(int *blit_fra
return frame_time;
}
-void pause_loop(void)
+static void pause_loop(void)
{
mp_cmd_t* cmd;
if (!quiet) {
More information about the MPlayer-cvslog
mailing list