diff vidix/vidix.c @ 30549:11106186d92c

VIDIX: Mark some functions not used outside their files as static.
author diego
date Tue, 16 Feb 2010 13:04:00 +0000
parents 0f1b5b68af32
children 142003cb43c7
line wrap: on
line diff
--- a/vidix/vidix.c	Tue Feb 16 11:31:29 2010 +0000
+++ b/vidix/vidix.c	Tue Feb 16 13:04:00 2010 +0000
@@ -153,7 +153,7 @@
   return ctx->drv->set_eq ? ctx->drv->set_eq (e) : ENOSYS;
 }
 
-int vdlPlaybackCopyFrame (VDXContext *ctx, const vidix_dma_t *f)
+static int vdlPlaybackCopyFrame(VDXContext *ctx, const vidix_dma_t *f)
 {
   return ctx->drv->copy_frame ? ctx->drv->copy_frame (f) : ENOSYS;
 }