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
1 changed files with 1 additions and 1 deletions

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;
}