1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 15:11:58 +00:00
mpv/demux
nanahi 33e414fa5d demux: avoid seeking video streams for refresh seek
940854c86f added this logic, but when the
demuxer contains a selected video stream, it causes a seek for the video
stream. This is unnecessary since the problems that commit fixed are only
relevant for external audio streams. For a demuxer with a video stream
selected, the synchronization is done by the demuxer implementation.
Add a check to prevent this.
2024-07-04 22:23:27 +00:00
..
cache.c options: remove some deprecated OPT_REPLACED option mapping 2024-06-25 02:18:58 +00:00
cache.h
codec_tags.c
codec_tags.h
cue.c
cue.h
demux_cue.c options: remove some deprecated OPT_REPLACED option mapping 2024-06-25 02:18:58 +00:00
demux_disc.c
demux_edl.c demux_edl: fix infinite loop on empty EDL files 2024-06-18 03:11:14 +02:00
demux_lavf.c various: remove no longer needed availability checks 2024-06-22 16:12:14 +02:00
demux_libarchive.c
demux_mf.c various: add missing checks for directory streams 2024-05-15 22:45:18 +02:00
demux_mkv_timeline.c
demux_mkv.c
demux_null.c
demux_playlist.c demux_playlist: don't add base path to self-expanding protocols 2024-06-27 02:57:22 +02:00
demux_raw.c
demux_timeline.c
demux.c demux: avoid seeking video streams for refresh seek 2024-07-04 22:23:27 +00:00
demux.h
ebml.c
ebml.h
matroska.h
packet.c various: remove no longer needed availability checks 2024-06-22 16:12:14 +02:00
packet.h sub: avoid unneeded calls to is_animated 2024-06-04 12:29:13 +00:00
stheader.h
timeline.c
timeline.h