git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25727 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-13 13:14:33 +00:00
parent b5eff53d07
commit 74ab181e01
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ static int pnm_get_stream_chunk(pnm_t *p) {
p->recv[4]=0; /* stream number */
p->recv[5]=stream;
p->recv[10]=p->recv[10] & 0xfe; /* streambox seems to do that... */
p->recv[10] &= 0xfe; /* streambox seems to do that... */
p->packet++;