mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
wrong binary operator
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14994 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f6329a75d8
commit
db844bc9f6
@ -2649,7 +2649,7 @@ static int ts_parse(demuxer_t *demuxer , ES_stream_t *es, unsigned char *packet,
|
||||
|
||||
len = pes_parse2(p, buf_size, es, pid_type, pmt, pid);
|
||||
es->pid = tss->pid;
|
||||
tss->is_synced = es->is_synced | rap_flag;
|
||||
tss->is_synced = es->is_synced || rap_flag;
|
||||
|
||||
if(es->type==SL_PES_STREAM && !tss->is_synced)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user