1
0
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:
Niklas Haas 2016-02-11 00:11:39 +01:00 committed by wm4
parent 1f41c729bb
commit bee7404efc

View File

@ -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