global var warning

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-11 19:57:38 +00:00
parent f281db94d0
commit 8c803919e6
1 changed files with 3 additions and 0 deletions

View File

@ -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:
===============