Commit a286b2aa authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

vdpau: Remove unused function

parent 4091c41c
......@@ -418,12 +418,6 @@ drop:
return NULL;
}
static inline VdpVideoSurface picture_GetVideoSurface(const picture_t *pic)
{
vlc_vdp_video_field_t *field = pic->context;
return field->frame->surface;
}
static picture_t *Render(filter_t *filter, picture_t *src, bool import)
{
filter_sys_t *sys = filter->p_sys;
......
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