1
mirror of https://github.com/mpv-player/mpv synced 2024-08-24 07:21:49 +02:00

wrong binary operator

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14994 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2005-03-23 07:53:37 +00:00
parent f6329a75d8
commit db844bc9f6

View File

@ -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)
{