Mercurial > mplayer.hg
changeset 30661:957fe9c46d9c
Remove commented-out cruft line.
author | diego |
---|---|
date | Mon, 22 Feb 2010 14:02:18 +0000 |
parents | 4feb81c515fa |
children | 0aa7c9d45f92 |
files | libmpcodecs/vf_vo.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }