diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-10 11:42:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-11 02:54:09 +0100 |
commit | 5e81cb580a271de8767e85c7c43733c7713aee92 (patch) | |
tree | 56e5af88714b0df81bd34ac9434d5d6e89c40efb /libavformat/mov.c | |
parent | d9286510110638bcec3ef8ea56975e0154dea609 (diff) | |
download | ffmpeg-5e81cb580a271de8767e85c7c43733c7713aee92.tar.gz |
mov: remove stray semicolon
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 628b16f45f79aa5eb7514f11026d85e8aa34387f)
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
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) { |