mirror of https://github.com/mpv-player/mpv
global var warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f281db94d0
commit
8c803919e6
|
@ -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:
|
||||
===============
|
||||
|
|
Loading…
Reference in New Issue