1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 08:33:34 +00:00
mpv/demux
wm4 d585382f0e timeline: reject mplayer2 EDL files, change EDL header
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.
2013-11-21 15:59:00 +01:00
..
codec_tags.c
codec_tags.h
demux_cue.c
demux_edl.c timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
demux_lavf.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_libass.c
demux_mf.c
demux_mkv.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_playlist.c
demux_raw.c
demux_subreader.c
demux.c demux_packet: add source stream index 2013-11-16 21:46:17 +01:00
demux.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
ebml.c
ebml.h
matroska.h
mf.c
mf.h
ms_hdr.h
packet.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
stheader.h