[FFmpeg-cvslog] mov: remove stray semicolon
Mans Rullgard
git
Fri Feb 11 03:52:13 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Feb 10 11:42:21 2011 +0000| [5e81cb580a271de8767e85c7c43733c7713aee92] | committer: Michael Niedermayer
mov: remove stray semicolon
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 628b16f45f79aa5eb7514f11026d85e8aa34387f)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e81cb580a271de8767e85c7c43733c7713aee92
---
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)
{
More information about the ffmpeg-cvslog
mailing list