mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
cosmetics: reformatted after previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
891bd61076
commit
edf75a6184
@ -2642,14 +2642,14 @@ static int ts_parse(demuxer_t *demuxer , ES_stream_t *es, unsigned char *packet,
|
||||
//c==0 is allowed!
|
||||
if(c > 0)
|
||||
{
|
||||
rap_flag = (stream_read_char(stream) & 0x40) >> 6;
|
||||
buf_size--;
|
||||
|
||||
c--;
|
||||
stream_skip(stream, c);
|
||||
buf_size -= c;
|
||||
if(buf_size == 0)
|
||||
continue;
|
||||
rap_flag = (stream_read_char(stream) & 0x40) >> 6;
|
||||
buf_size--;
|
||||
|
||||
c--;
|
||||
stream_skip(stream, c);
|
||||
buf_size -= c;
|
||||
if(buf_size == 0)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user