Files
mpv/demux
Guido Cella 24db17d10f loadfile: discard prefetched files if demuxer options changed
When using --prefetch-playlist, if demuxer options are changed in the
time window between the start of prefetching and the playback of the
next file, the old values are used. This includes setting demuxer
options in legacy extension auto profiles.

Fix this by setting a flag when demuxer options change and not using the
prefetched data when that flag is true.

UPDATE_DEMUXER is not added to demux.c's options because those already
support updates while playing.
2025-01-27 19:32:52 +00:00
..
2019-09-19 20:37:05 +02:00
2020-02-03 19:13:44 +01:00
2024-08-04 21:33:36 +02:00
2018-01-06 14:42:22 -08:00
2025-01-04 15:59:49 +02:00
2025-01-27 18:50:59 +01:00
2025-01-04 15:59:49 +02:00