mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-19 01:17:09 +00:00
matroskadec: cosmetics: indentation
Originally committed as revision 14995 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6bef5f9b96
commit
0dbddda397
@ -1658,11 +1658,11 @@ static int matroska_read_seek(AVFormatContext *s, int stream_index,
|
||||
if ((index = av_index_search_timestamp(st, timestamp, flags)) < 0) {
|
||||
if (st->nb_index_entries)
|
||||
url_fseek(s->pb, st->index_entries[st->nb_index_entries-1].pos, SEEK_SET);
|
||||
while ((index = av_index_search_timestamp(st, timestamp, flags)) < 0) {
|
||||
matroska_clear_queue(matroska);
|
||||
if (matroska_parse_cluster(matroska) < 0)
|
||||
break;
|
||||
}
|
||||
while ((index = av_index_search_timestamp(st, timestamp, flags)) < 0) {
|
||||
matroska_clear_queue(matroska);
|
||||
if (matroska_parse_cluster(matroska) < 0)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
matroska_clear_queue(matroska);
|
||||
|
Loading…
Reference in New Issue
Block a user