Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-10 14:42:21 +0300
committerMans Rullgard <mans@mansr.com>2011-02-10 17:17:24 +0300
commit628b16f45f79aa5eb7514f11026d85e8aa34387f (patch)
treed1bbd6f818cfc706b954624e46d6d0b8bdda072f /libavformat/mov.c
parentd7a5106eb2dad33765b0e5f11fd8b1a87e5a9b4b (diff)
mov: remove stray semicolon
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 310a399d83..d4d7ac2185 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)
{