Module: ffmpeg Branch: master Commit: 628b16f45f79aa5eb7514f11026d85e8aa34387f
Author: Mans Rullgard <[email protected]> Date: Thu Feb 10 11:42:21 2011 +0000 mov: remove stray semicolon Signed-off-by: Mans Rullgard <[email protected]> --- libavformat/mov.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 310a399..d4d7ac2 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref) } return AVERROR(ENOENT); -}; +} static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom) { _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
