mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
stats: add video-params/gamma property
This commit is contained in:
parent
1f41c729bb
commit
bee7404efc
@ -142,6 +142,7 @@ function add_video(s)
|
||||
append_property(s, sec, "video-params/pixelformat", {prefix="Pixel format:"})
|
||||
append_property(s, sec, "video-params/colormatrix", {prefix="Colormatrix:"})
|
||||
append_property(s, sec, "video-params/primaries", {prefix="Primaries:"})
|
||||
append_property(s, sec, "video-params/gamma", {prefix="Gamma:"})
|
||||
append_property(s, sec, "video-params/colorlevels", {prefix="Levels:"})
|
||||
append_property(s, sec, "packet-video-bitrate", {prefix="Bitrate:", suffix=" kbps"})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user