aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-16 07:48:23 +0100
committerClément Bœsch <ubitux@gmail.com>2011-11-16 07:48:23 +0100
commit4da45aff28de618c3be566094952bc19da9c9118 (patch)
tree98465d8073ceaccd420d3c393ed2e118a89dea73 /libavformat
parentdf72ae673f3743a57726c86f07677fbc14a0117c (diff)
downloadffmpeg-4da45aff28de618c3be566094952bc19da9c9118.tar.gz
cleanup: remove various double end ';' all over the code.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/applehttp.c2
-rw-r--r--libavformat/wtvenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c
index dc5bc07a78..7c41d9893c 100644
--- a/libavformat/applehttp.c
+++ b/libavformat/applehttp.c
@@ -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];
diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index 71ff2081bc..3fdda94ffb 100644
--- a/libavformat/wtvenc.c
+++ b/libavformat/wtvenc.c
@@ -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);