mirror of https://github.com/mpv-player/mpv
direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14971 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
49ccf0046d
commit
5b9cc97d04
|
@ -317,7 +317,7 @@ static int open(vf_instance_t *vf, char* args)
|
|||
{
|
||||
struct vf_priv_s *p;
|
||||
struct pullup_context *c;
|
||||
vf->get_image = get_image;
|
||||
//vf->get_image = get_image;
|
||||
vf->put_image = put_image;
|
||||
vf->config = config;
|
||||
vf->query_format = query_format;
|
||||
|
|
Loading…
Reference in New Issue