mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
Make some functions in mplayer.c static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25634 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1660147878
commit
3dc7792ae3
@ -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 *confpath;
|
||||||
char cfg[strlen(file)+10];
|
char cfg[strlen(file)+10];
|
||||||
@ -894,7 +894,7 @@ static int libmpdemux_was_interrupted(int eof) {
|
|||||||
|
|
||||||
#define mp_basename(s) (strrchr(s,'\\')==NULL?(mp_basename2(s)):(strrchr(s,'\\')+1))
|
#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);
|
play_tree_add_bpf(entry,filename);
|
||||||
|
|
||||||
@ -2082,7 +2082,7 @@ static double update_video(int *blit_frame)
|
|||||||
return frame_time;
|
return frame_time;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pause_loop(void)
|
static void pause_loop(void)
|
||||||
{
|
{
|
||||||
mp_cmd_t* cmd;
|
mp_cmd_t* cmd;
|
||||||
if (!quiet) {
|
if (!quiet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user