[MPlayer-cvslog] r21442 - trunk/libmpcodecs/vf.c

diego subversion at mplayerhq.hu
Sat Dec 2 17:49:13 CET 2006


Author: diego
Date: Sat Dec  2 17:49:13 2006
New Revision: 21442

Modified:
   trunk/libmpcodecs/vf.c

Log:
Update comment, video output plugins are deprecated.


Modified: trunk/libmpcodecs/vf.c
==============================================================================
--- trunk/libmpcodecs/vf.c	(original)
+++ trunk/libmpcodecs/vf.c	Sat Dec  2 17:49:13 2006
@@ -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);
   }
   



More information about the MPlayer-cvslog mailing list