ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Fri Oct 30 03:02:41 2015 +0100| [203dc14693c6400a9c24bf4cc4c8a15560f8ba12] | committer: Michael Niedermayer
avformat/3dostr: Remove redundant ; Signed-off-by: Michael Niedermayer <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
