mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a7af002b5f
commit
203dc14693
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue