mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
stats: show sample format of audio track
This commit is contained in:
parent
d65b6cf077
commit
1f01c05fef
@ -537,6 +537,7 @@ local function add_audio(s)
|
||||
|
||||
append(s, "", {prefix=o.nl .. o.nl .. "Audio:", nl="", indent=""})
|
||||
append_property(s, "audio-codec", {prefix_sep="", nl="", indent=""})
|
||||
append(s, r["format"], {prefix="Format:"})
|
||||
append(s, r["samplerate"], {prefix="Sample Rate:", suffix=" Hz"})
|
||||
append(s, r["channel-count"], {prefix="Channels:"})
|
||||
append_property(s, "packet-audio-bitrate", {prefix="Bitrate:", suffix=" kbps"})
|
||||
|
Loading…
Reference in New Issue
Block a user