[MPlayer-dev-eng] [PATCH] HRTF filter enhancements
Yue Shi Lai
ylai at users.sourceforge.net
Sat Apr 9 19:16:54 CEST 2005
Yue Shi Lai schrieb:
> Ups, you are right in the message issue: The message displayed is indeed
> incorrect. And the problem is: it should be if(s->decode_mode != 1)
There is in fact a related problem I just found. The subsequent lines
should be:
if(s->decode_mode != 1)
af_msg(AF_MSG_INFO,
"[hrtf] Using HRTF to mix %s discrete surround into "
"L, R channels\n", s->matrix_mode ? "5+1" : "5");
The s->matrix_mode conditional was flipped.
More information about the MPlayer-dev-eng
mailing list