mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a7af002b5f
commit
203dc14693
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user