Commit 71c0c5cb authored by Olivier Aubert's avatar Olivier Aubert

src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static

parent f05d228d
...@@ -117,6 +117,7 @@ mediacontrol_all_snapshots( mediacontrol_Instance *self, ...@@ -117,6 +117,7 @@ mediacontrol_all_snapshots( mediacontrol_Instance *self,
RAISE_NULL( mediacontrol_InternalException, "unsupported method" ); RAISE_NULL( mediacontrol_InternalException, "unsupported method" );
} }
static
int mediacontrol_showtext( vout_thread_t *p_vout, int i_channel, int mediacontrol_showtext( vout_thread_t *p_vout, int i_channel,
char *psz_string, text_style_t *p_style, char *psz_string, text_style_t *p_style,
int i_flags, int i_hmargin, int i_vmargin, int i_flags, int i_hmargin, int i_vmargin,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment