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:
parent
eb4031e6db
commit
c4f0b24deb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user