# HG changeset patch # User diego # Date 1165078153 0 # Node ID 059b4a6b78cfff6e7d1c7e7f3245d419e0269c0e # Parent 97d17ae56707dacc216dc2ef32ff334576fd75b4 Update comment, video output plugins are deprecated. diff -r 97d17ae56707 -r 059b4a6b78cf libmpcodecs/vf.c --- a/libmpcodecs/vf.c Sat Dec 02 16:07:17 2006 +0000 +++ b/libmpcodecs/vf.c Sat Dec 02 16:49:13 2006 +0000 @@ -275,7 +275,7 @@ w2=(mp_imgflag&MP_IMGFLAG_ACCEPT_ALIGNED_STRIDE)?((w+15)&(~15)):w; if(vf->put_image==vf_next_put_image){ - // passthru mode, if the plugin uses the fallback/default put_image() code + // passthru mode, if the filter uses the fallback/default put_image() code return vf_get_image(vf->next,outfmt,mp_imgtype,mp_imgflag,w,h); }