mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
tl_mpv_edl: correct misspelling on line 233
Closes #783 Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
d31b594f77
commit
aca4f9f474
@ -230,7 +230,7 @@ static void build_timeline(struct MPContext *mpctx, struct tl_parts *parts)
|
||||
part->filename);
|
||||
}
|
||||
|
||||
// Unkown length => use rest of the file. If duration is unknown, make
|
||||
// Unknown length => use rest of the file. If duration is unknown, make
|
||||
// something up.
|
||||
if (part->length < 0)
|
||||
part->length = (len < 0 ? 1 : len) - part->offset;
|
||||
|
Loading…
Reference in New Issue
Block a user