Commit 203dc146 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/3dostr: Remove redundant ;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent a7af002b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment