Mercurial > mplayer.hg
diff DOCS/tech/libmpcodecs.txt @ 9399:f7106682cac8
global var warning
| author | michael |
|---|---|
| date | Tue, 11 Feb 2003 19:57:38 +0000 |
| parents | 6a11d77bef9a |
| children | 0fe056bdb135 |
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: ===============
