diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-30 03:02:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-30 03:02:41 +0100 |
commit | 203dc14693c6400a9c24bf4cc4c8a15560f8ba12 (patch) | |
tree | 2991842dacf68a10d664bf8445d4fa7393a9eca5 /libavformat | |
parent | a7af002b5f4c71590ce2536132b40e8cdc0cac7e (diff) | |
download | ffmpeg-203dc14693c6400a9c24bf4cc4c8a15560f8ba12.tar.gz |
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/3dostr.c | 2 |
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; |