Commit 5e81cb58 authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer

mov: remove stray semicolon

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 628b16f4)
parent d9286510
...@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref) ...@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref)
} }
return AVERROR(ENOENT); return AVERROR(ENOENT);
}; }
static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom) static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment