[MPlayer-cvslog] CVS: main/libmpcodecs vf_pullup.c,1.10,1.11
Richard Felker CVS
syncmail at mplayerhq.hu
Sun Mar 20 21:03:43 CET 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv24928/libmpcodecs
Modified Files:
vf_pullup.c
Log Message:
direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
Index: vf_pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pullup.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vf_pullup.c 17 Mar 2005 00:43:55 -0000 1.10
+++ vf_pullup.c 20 Mar 2005 20:03:41 -0000 1.11
@@ -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;
More information about the MPlayer-cvslog
mailing list