[FFmpeg-devel] [PATCH 1/4] mov: remove stray semicolon
Mans Rullgard
mans
Thu Feb 10 13:21:59 CET 2011
Signed-off-by: Mans Rullgard <mans at mansr.com>
---
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)
{
--
1.7.4
More information about the ffmpeg-devel
mailing list