You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -81,7 +81,7 @@ static int threedostr_read_header(AVFormatContext *s)
|
|||||||
size -= 0x78;
|
size -= 0x78;
|
||||||
if (avio_rl32(s->pb) == MKTAG('C','T','R','L') && size > 4) {
|
if (avio_rl32(s->pb) == MKTAG('C','T','R','L') && size > 4) {
|
||||||
ctrl_size = avio_rb32(s->pb);
|
ctrl_size = avio_rb32(s->pb);
|
||||||
size -= 4;;
|
size -= 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user