Mercurial > mplayer.hg
changeset 14970:5d566b4628d0
direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
author | rfelker |
---|---|
date | Sun, 20 Mar 2005 20:03:41 +0000 |
parents | e6ba8d3ba040 |
children | f7ffa34c88ae |
files | libmpcodecs/vf_pullup.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_pullup.c Sun Mar 20 20:02:45 2005 +0000 +++ b/libmpcodecs/vf_pullup.c Sun Mar 20 20:03:41 2005 +0000 @@ -317,7 +317,7 @@ { 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;