You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
mov: remove stray semicolon
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user