From 203dc14693c6400a9c24bf4cc4c8a15560f8ba12 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 30 Oct 2015 03:02:41 +0100 Subject: [PATCH] avformat/3dostr: Remove redundant ; Signed-off-by: Michael Niedermayer --- libavformat/3dostr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;