]> git.sesse.net Git - vlc/commitdiff
src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 14 Dec 2006 13:18:53 +0000 (13:18 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 14 Dec 2006 13:18:53 +0000 (13:18 +0000)
src/control/mediacontrol_audio_video.c

index e144e8be961fb618c413f56a2bc88e3cb4f1442e..b39db5a7cfdfe615e4699c6147ac5adda00e6b35 100644 (file)
@@ -117,6 +117,7 @@ mediacontrol_all_snapshots( mediacontrol_Instance *self,
     RAISE_NULL( mediacontrol_InternalException, "unsupported method" );
 }
 
+static
 int mediacontrol_showtext( vout_thread_t *p_vout, int i_channel,
                            char *psz_string, text_style_t *p_style,
                            int i_flags, int i_hmargin, int i_vmargin,