1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12668 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-25 19:01:56 +00:00
parent ffb3a457b6
commit 1d92564554

View File

@ -35,7 +35,7 @@ int af_format_decode(int ifmt)
case(AFMT_FLOAT):
ofmt = AF_FORMAT_F | AF_FORMAT_NE; break;
default:
if (ifmt & AFMT_AF_FLAGS == AFMT_AF_FLAGS) {
if ((ifmt & AFMT_AF_FLAGS) == AFMT_AF_FLAGS) {
ofmt = ifmt & ~AFMT_AF_FLAGS;
break;
}