player/command: add video-params and siblings to MPV_EVENT_TICK

It contains metadata that may change per frame.
This commit is contained in:
Kacper Michajłow 2023-11-04 22:31:28 +01:00 committed by sfan5
parent 73fbe09a49
commit 84de84b8aa
1 changed files with 1 additions and 1 deletions

View File

@ -4051,7 +4051,7 @@ static const char *const *const mp_event_property_change[] = {
"secondary-sub-text", "audio-bitrate", "video-bitrate", "sub-bitrate",
"decoder-frame-drop-count", "frame-drop-count", "video-frame-info",
"vf-metadata", "af-metadata", "sub-start", "sub-end", "secondary-sub-start",
"secondary-sub-end"),
"secondary-sub-end", "video-out-params", "video-dec-params", "video-params"),
E(MP_EVENT_DURATION_UPDATE, "duration"),
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",