mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
83f68f725d
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. |
||
---|---|---|
.. | ||
tl_cue.c | ||
tl_edl.c | ||
tl_matroska.c |