[FFmpeg-cvslog] avformat/sbgdec: remove double ;;
Clément Bœsch
git at videolan.org
Sun Jan 18 00:38:59 CET 2015
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | 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)
{
More information about the ffmpeg-cvslog
mailing list