summaryrefslogtreecommitdiff
path: root/libavformat/3dostr.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-10-30 03:02:41 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-30 03:02:41 +0100
commit203dc14693c6400a9c24bf4cc4c8a15560f8ba12 (patch)
tree2991842dacf68a10d664bf8445d4fa7393a9eca5 /libavformat/3dostr.c
parenta7af002b5f4c71590ce2536132b40e8cdc0cac7e (diff)
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/3dostr.c')
-rw-r--r--libavformat/3dostr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/3dostr.c b/libavformat/3dostr.c
index ac58a6cd80..5325a03f90 100644
--- a/libavformat/3dostr.c
+++ b/libavformat/3dostr.c
@@ -81,7 +81,7 @@ static int threedostr_read_header(AVFormatContext *s)
size -= 0x78;
if (avio_rl32(s->pb) == MKTAG('C','T','R','L') && size > 4) {
ctrl_size = avio_rb32(s->pb);
- size -= 4;;
+ size -= 4;
}
}
break;