[Mplayer-cvslog] CVS: 0_90/DOCS/tech libmpcodecs.txt,1.7,1.8
Alex Beregszaszi
alex at mplayerhq.hu
Tue Apr 8 18:44:53 CEST 2003
Update of /cvsroot/mplayer/0_90/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv6427
Modified Files:
libmpcodecs.txt
Log Message:
sync with main
Index: libmpcodecs.txt
===================================================================
RCS file: /cvsroot/mplayer/0_90/DOCS/tech/libmpcodecs.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmpcodecs.txt 26 Mar 2003 00:54:50 -0000 1.7
+++ libmpcodecs.txt 8 Apr 2003 16:44:50 -0000 1.8
@@ -113,8 +113,8 @@
encoders used by mencoder).
-VideoOutPlugins - Video Filters
-===============
+Video Filters
+=============
Video filters are plugin-like code modules implementing the interface
defined in vf.h.
@@ -367,6 +367,9 @@
unsigned int default_caps; // used by default query_format()
unsigned int default_reqs; // used by default config()
+btw, u should avoid using global or static variables, to store filter instance
+specific stuff, as filters might be used multiple times & in the future even
+multiple streams might be possible
The AUDIO path:
===============
More information about the MPlayer-cvslog
mailing list