Skip to content

Commit

Permalink
player/command: add video-params and siblings to MPV_EVENT_TICK
Browse files Browse the repository at this point in the history
It contains metadata that may change per frame.
  • Loading branch information
kasper93 authored and sfan5 committed Nov 5, 2023
1 parent 73fbe09 commit 84de84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 84de84b

Please sign in to comment.