Mercurial > mplayer.hg
changeset 21426:059b4a6b78cf
Update comment, video output plugins are deprecated.
author | diego |
---|---|
date | Sat, 02 Dec 2006 16:49:13 +0000 |
parents | 97d17ae56707 |
children | c37fae0e2b5a |
files | libmpcodecs/vf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }