summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-11 19:57:38 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-11 19:57:38 +0000
commit8c803919e6e311133f13fc23c96cf4d23285ebfe (patch)
tree0bb19d14742b39aa41f25553d13e44042a3a0499 /DOCS
parentf281db94d04540a1ae817084290f1d789deb3d3f (diff)
downloadmpv-8c803919e6e311133f13fc23c96cf4d23285ebfe.tar.bz2
mpv-8c803919e6e311133f13fc23c96cf4d23285ebfe.tar.xz
global var warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libmpcodecs.txt3
1 files changed, 3 insertions, 0 deletions
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:
===============