changeset 9399:f7106682cac8

global var warning
author michael
date Tue, 11 Feb 2003 19:57:38 +0000
parents d709935c512d
children e572a8df7e88
files DOCS/tech/libmpcodecs.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/libmpcodecs.txt	Tue Feb 11 18:56:17 2003 +0000
+++ b/DOCS/tech/libmpcodecs.txt	Tue Feb 11 19:57:38 2003 +0000
@@ -344,6 +344,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:
 ===============