mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
stats: reflect latest changes to mpv
Some properties were renamed recently. Of course this requires a recent mpv built (> https://github.com/mpv-player/mpv/commit/f9507f) now.
This commit is contained in:
parent
a78fce4676
commit
f9fe3b264e
@ -125,8 +125,8 @@ function add_audio(s)
|
||||
local r = mp.get_property_osd("audio-codec")
|
||||
s.audio = s.audio .. b("Audio:") .. o.kv_sep .. no_ASS(r)
|
||||
|
||||
append_property(s, "audio", "audio-samplerate", "Sample Rate:")
|
||||
append_property(s, "audio", "audio-channels", "Channels:")
|
||||
append_property(s, "audio", "audio-params/samplerate", "Sample Rate:")
|
||||
append_property(s, "audio", "audio-params/channel-count", "Channels:")
|
||||
append_property(s, "audio", "packet-audio-bitrate", "Bitrate:", " kbps")
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user