Files
mpv/demux
Guido Cella 8d85627aad demux: fix seek ranges of images
When a video-reconfig occurs with an image, the cache is not used
because find_cache_seek_range() checks if the start time was
initialized, but for images it stays at MP_NOPTS_VALUE. This makes
rotating large network images slow because they are re-downloaded on
every rotation.

Fix this by setting the timestamps of image cache ranges by altering a
condition.
2024-04-03 14:47:07 +02:00
..
2019-09-19 20:37:05 +02:00
2020-02-03 19:13:44 +01:00
2021-05-11 22:18:40 +02:00
2024-03-17 14:59:40 +00:00
2024-02-06 18:08:53 +01:00
2024-03-25 15:56:17 +01:00
2018-01-06 14:42:22 -08:00
2024-04-03 14:47:07 +02:00
2024-03-17 14:59:40 +00:00