mov: remove stray semicolon

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-02-10 11:42:21 +00:00
parent d7a5106eb2
commit 628b16f45f

View file

@ -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)
{