Simplify: use &= instead of a = b & a;

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-11-06 16:06:33 +00:00
parent 9edfe2046e
commit bf80f35958
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ static void mp_dvdnav_context_free(MPContext *ctx){
#endif
void uninit_player(unsigned int mask){
mask=initialized_flags&mask;
mask &= initialized_flags;
mp_msg(MSGT_CPLAYER,MSGL_DBG2,"\n*** uninit(0x%X)\n",mask);