[FFmpeg-cvslog] avformat/3dostr: Remove redundant ;
Michael Niedermayer
git at videolan.org
Fri Oct 30 04:04:28 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Oct 30 03:02:41 2015 +0100| [203dc14693c6400a9c24bf4cc4c8a15560f8ba12] | committer: Michael Niedermayer
avformat/3dostr: Remove redundant ;
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=203dc14693c6400a9c24bf4cc4c8a15560f8ba12
---
libavformat/3dostr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/3dostr.c b/libavformat/3dostr.c
index ac58a6c..5325a03 100644
--- a/libavformat/3dostr.c
+++ b/libavformat/3dostr.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list