mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 19:22:11 +00:00
d585382f0e
This was forgotten when the parser for mplayer2 EDL files was removed. Change the header of the mpv EDL format to include a '#', so a naive parser could skip the header as comment. (Maybe this is questionable; on the other hand, if it can be simpler, why not.) Also, strip the header in demux_edl.c before passing on the data, so the header check doesn't need to be duplicated in tl_mpv_edl.c. |
||
---|---|---|
.. | ||
tl_cue.c | ||
tl_matroska.c | ||
tl_mpv_edl.c |