summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-09-01 03:12:13 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-10-14 12:30:46 +0200
commitc4f0b24debc898a617870e827ec0005230632ef1 (patch)
treeffd4401f3b5f985d590ac8f6dce08a3dfaf7bdb2
parenteb4031e6db30303dc447a7ec6a1f56473ead28cf (diff)
downloadmpv-c4f0b24debc898a617870e827ec0005230632ef1.tar.bz2
mpv-c4f0b24debc898a617870e827ec0005230632ef1.tar.xz
command: fix fps property name
fps property was not renamed in events.
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 7c82ef473f..136609ccbc 100644
--- a/player/command.c
+++ b/player/command.c
@@ -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",