summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index f634781952..0d33aad9b0 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -771,7 +771,7 @@ static void query_vaa(vo_vaa_t *vaa)
vaa->set_video_eq = xv_set_video_eq;
}
-uint32_t control(uint32_t request, void *data, ...)
+static uint32_t control(uint32_t request, void *data, ...)
{
switch (request) {
case VOCTRL_QUERY_VAA: