cleanup: remove various double end ';' all over the code.
This commit is contained in:
@@ -543,7 +543,7 @@ static int recheck_discard_flags(AVFormatContext *s, int first)
|
||||
|
||||
/* Check if any new streams are needed */
|
||||
for (i = 0; i < c->n_variants; i++)
|
||||
c->variants[i]->cur_needed = 0;;
|
||||
c->variants[i]->cur_needed = 0;
|
||||
|
||||
for (i = 0; i < s->nb_streams; i++) {
|
||||
AVStream *st = s->streams[i];
|
||||
|
||||
@@ -284,7 +284,7 @@ static void write_sync(AVFormatContext *s)
|
||||
AVIOContext *pb = s->pb;
|
||||
WtvContext *wctx = s->priv_data;
|
||||
int64_t last_chunk_pos = wctx->last_chunk_pos;
|
||||
wctx->sync_pos = avio_tell(pb) - wctx->timeline_start_pos;;
|
||||
wctx->sync_pos = avio_tell(pb) - wctx->timeline_start_pos;
|
||||
|
||||
write_chunk_header(s, &sync_guid, 0x18, 0);
|
||||
write_pad(pb, 24);
|
||||
|
||||
Reference in New Issue
Block a user