Browse Source

avformat/3dostr: Remove redundant ;

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
203dc14693
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/3dostr.c

+ 1
- 1
libavformat/3dostr.c View File

@@ -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…
Cancel
Save