[MPlayer-cvslog] r30768 - trunk/vidix/vidix.c

cehoyos subversion at mplayerhq.hu
Sat Feb 27 21:38:21 CET 2010


Author: cehoyos
Date: Sat Feb 27 21:38:21 2010
New Revision: 30768

Log:
Remove unused static function vdlPlaybackCopyFrame().

Modified:
   trunk/vidix/vidix.c

Modified: trunk/vidix/vidix.c
==============================================================================
--- trunk/vidix/vidix.c	Sat Feb 27 21:32:55 2010	(r30767)
+++ trunk/vidix/vidix.c	Sat Feb 27 21:38:21 2010	(r30768)
@@ -153,11 +153,6 @@ int vdlPlaybackSetEq (VDXContext *ctx, c
   return ctx->drv->set_eq ? ctx->drv->set_eq (e) : ENOSYS;
 }
 
-static int vdlPlaybackCopyFrame(VDXContext *ctx, const vidix_dma_t *f)
-{
-  return ctx->drv->copy_frame ? ctx->drv->copy_frame (f) : ENOSYS;
-}
-
 int vdlGetGrKeys (VDXContext *ctx, vidix_grkey_t *k)
 {
   return ctx->drv->get_gkey ? ctx->drv->get_gkey (k) : ENOSYS;


More information about the MPlayer-cvslog mailing list