mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 23:51: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!
|
//c==0 is allowed!
|
||||||
if(c > 0)
|
if(c > 0)
|
||||||
{
|
{
|
||||||
rap_flag = (stream_read_char(stream) & 0x40) >> 6;
|
rap_flag = (stream_read_char(stream) & 0x40) >> 6;
|
||||||
buf_size--;
|
buf_size--;
|
||||||
|
|
||||||
c--;
|
c--;
|
||||||
stream_skip(stream, c);
|
stream_skip(stream, c);
|
||||||
buf_size -= c;
|
buf_size -= c;
|
||||||
if(buf_size == 0)
|
if(buf_size == 0)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user