mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
command: drop removed cache properties from cache update events
These did nothing anymore, maybe made it slightly slower.
This commit is contained in:
parent
ce1e670a33
commit
4c4d7a64c6
@ -3637,10 +3637,10 @@ static const char *const *const mp_event_property_change[] = {
|
||||
E(MPV_EVENT_PLAYBACK_RESTART, "seeking", "core-idle", "eof-reached"),
|
||||
E(MPV_EVENT_METADATA_UPDATE, "metadata", "filtered-metadata", "media-title"),
|
||||
E(MPV_EVENT_CHAPTER_CHANGE, "chapter", "chapter-metadata"),
|
||||
E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",
|
||||
E(MP_EVENT_CACHE_UPDATE,
|
||||
"demuxer-cache-duration", "demuxer-cache-idle", "paused-for-cache",
|
||||
"demuxer-cache-time", "cache-buffering-state", "cache-speed",
|
||||
"cache-percent", "demuxer-cache-state"),
|
||||
"demuxer-cache-state"),
|
||||
E(MP_EVENT_WIN_RESIZE, "window-scale", "osd-width", "osd-height", "osd-par"),
|
||||
E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps",
|
||||
"fullscreen"),
|
||||
|
Loading…
Reference in New Issue
Block a user