[MPlayer-cvslog] r21002 - trunk/mplayer.c
uau
subversion at mplayerhq.hu
Sat Nov 18 08:38:58 CET 2006
Author: uau
Date: Sat Nov 18 08:38:58 2006
New Revision: 21002
Modified:
trunk/mplayer.c
Log:
Mark some functions static
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Sat Nov 18 08:38:58 2006
@@ -1420,7 +1420,7 @@
*
*/
-void set_osd_bar(int type,const char* name,double min,double max,double val) {
+static void set_osd_bar(int type,const char* name,double min,double max,double val) {
if(osd_level < 1) return;
@@ -2992,7 +2992,7 @@
}
}
-int fill_audio_out_buffers(void)
+static int fill_audio_out_buffers(void)
{
unsigned int t;
double tt;
@@ -3078,7 +3078,7 @@
return 1;
}
-int sleep_until_update(float *time_frame, float *aq_sleep_time)
+static int sleep_until_update(float *time_frame, float *aq_sleep_time)
{
int frame_time_remaining = 0;
current_module="calc_sleep_time";
More information about the MPlayer-cvslog
mailing list