Make pan reentrant. Multiple pans in chain work fine.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23551 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2007-06-13 09:20:36 +00:00
parent e2ed3cb72d
commit fd6d47944e
1 changed files with 1 additions and 1 deletions

View File

@ -183,6 +183,6 @@ af_info_t af_info_pan = {
"pan",
"Anders",
"",
AF_FLAGS_NOT_REENTRANT,
AF_FLAGS_REENTRANT,
af_open
};