From 8c803919e6e311133f13fc23c96cf4d23285ebfe Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 11 Feb 2003 19:57:38 +0000 Subject: global var warning git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/libmpcodecs.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt index f8506971dd..7eee092c93 100644 --- a/DOCS/tech/libmpcodecs.txt +++ b/DOCS/tech/libmpcodecs.txt @@ -344,6 +344,9 @@ the automatic colorspace/stride matching code (vf_next_config()). 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: =============== -- cgit v1.2.3