# HG changeset patch # User diego # Date 1266847338 0 # Node ID 957fe9c46d9cff7a6f5fe3eb90989abd0da85bc6 # Parent 4feb81c515faf5ba66c7f9267817fcd2e77adfd4 Remove commented-out cruft line. diff -r 4feb81c515fa -r 957fe9c46d9c libmpcodecs/vf_vo.c --- a/libmpcodecs/vf_vo.c Mon Feb 22 13:59:32 2010 +0000 +++ b/libmpcodecs/vf_vo.c Mon Feb 22 14:02:18 2010 +0000 @@ -251,7 +251,6 @@ 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; }