mirror of https://github.com/mpv-player/mpv
Simplify
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25727 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5eff53d07
commit
74ab181e01
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue