1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00
mpv/timeline
wm4 83f68f725d core, timeline: don't keep separate stream field
The timeline code kept pairs of stream and demuxer references around.
The reference to the stream is redundant, because it can be accessed
through the demuxer.

Simplify the code by removing the redundant stream reference.

Also, set mpctx->stream to the current segment when using timeline.
Fix a small memory leak in tl_matroska.c introduced earlier.
2012-09-07 16:06:36 +02:00
..
tl_cue.c core, timeline: don't keep separate stream field 2012-09-07 16:06:36 +02:00
tl_edl.c core, timeline: don't keep separate stream field 2012-09-07 16:06:36 +02:00
tl_matroska.c core, timeline: don't keep separate stream field 2012-09-07 16:06:36 +02:00