1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 00:29:02 +00:00

Remove incorrect comment: pan defaults to block all, instead of pass-thru.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23553 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2007-06-13 09:29:51 +00:00
parent c91cce5812
commit 173c051b76

View File

@ -175,7 +175,6 @@ static int af_open(af_instance_t* af){
af->setup=calloc(1,sizeof(af_pan_t));
if(af->data == NULL || af->setup == NULL)
return AF_ERROR;
// Set initial pan to pass-through.
return AF_OK;
}