ffmpeg | branch: master | Clément Bœsch <[email protected]> | Sun Jan 18 00:36:56 2015 +0100| [14f3e8b821d69e51b9a0e618e854bca3434880eb] | committer: Clément Bœsch
avformat/sbgdec: remove double ;; > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14f3e8b821d69e51b9a0e618e854bca3434880eb --- libavformat/sbgdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/sbgdec.c b/libavformat/sbgdec.c index 32822fb..23b7ea4 100644 --- a/libavformat/sbgdec.c +++ b/libavformat/sbgdec.c @@ -317,7 +317,7 @@ static int lex_time(struct sbg_parser *p, int64_t *rt) int errcode = c; \ if (errcode <= 0) \ return errcode ? errcode : AVERROR_INVALIDDATA; \ - } while(0); + } while (0) static int parse_immediate(struct sbg_parser *p) { _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
