1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 17:12:36 +00:00

command: fix fps property name

fps property was not renamed in events.
This commit is contained in:
Kacper Michajłow 2023-09-01 03:12:13 +02:00 committed by Niklas Haas
parent eb4031e6db
commit c4f0b24deb

View File

@ -4068,7 +4068,7 @@ static const char *const *const mp_event_property_change[] = {
E(MP_EVENT_DURATION_UPDATE, "duration"),
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
"width", "height", "fps", "aspect", "aspect-name", "vo-configured", "current-vo",
"width", "height", "container-fps", "aspect", "aspect-name", "vo-configured", "current-vo",
"video-dec-params", "osd-dimensions",
"hwdec", "hwdec-current", "hwdec-interop"),
E(MPV_EVENT_AUDIO_RECONFIG, "audio-format", "audio-codec", "audio-bitrate",