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:
nicodvb 2006-10-29 11:00:36 +00:00
parent 891bd61076
commit edf75a6184
1 changed files with 8 additions and 8 deletions

View File

@ -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;
}
}