[MPlayer-cvslog] r30703 - trunk/libmpcodecs/vf_vo.c
diego
subversion at mplayerhq.hu
Mon Feb 22 15:02:18 CET 2010
Author: diego
Date: Mon Feb 22 15:02:18 2010
New Revision: 30703
Log:
Remove commented-out cruft line.
Modified:
trunk/libmpcodecs/vf_vo.c
Modified: trunk/libmpcodecs/vf_vo.c
==============================================================================
--- trunk/libmpcodecs/vf_vo.c Mon Feb 22 14:59:32 2010 (r30702)
+++ trunk/libmpcodecs/vf_vo.c Mon Feb 22 15:02:18 2010 (r30703)
@@ -251,7 +251,6 @@ static int vf_open(vf_instance_t *vf, ch
vf->priv=calloc(1, sizeof(struct vf_priv_s));
vf->priv->vo = (const vo_functions_t *)args;
if(!video_out) return 0; // no vo ?
-// if(video_out->preinit(args)) return 0; // preinit failed
return 1;
}
More information about the MPlayer-cvslog
mailing list