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:
rfelker 2005-03-20 20:03:41 +00:00
parent 49ccf0046d
commit 5b9cc97d04
1 changed files with 1 additions and 1 deletions

View File

@ -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;