# HG changeset patch # User michael # Date 1044993458 0 # Node ID f7106682cac8508a7c45e7dbda3d58fc01c2a7cb # Parent d709935c512d907db78bf9bd6a7e6507b429c0d9 global var warning diff -r d709935c512d -r f7106682cac8 DOCS/tech/libmpcodecs.txt --- 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: ===============