mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
Remove unused static function vdlPlaybackCopyFrame().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7529306884
commit
f05e7aa4b9
@ -153,11 +153,6 @@ int vdlPlaybackSetEq (VDXContext *ctx, const vidix_video_eq_t *e)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user