From 916aaa06a938a9c947656ca5eb2c2eae2b34f252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=8B=D1=80=D0=BE=D0=B2=20=D0=AE=D1=80?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=A0=D0=B8=D0=BD=D0=B0=D1=82=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= Date: Thu, 31 Oct 2024 16:11:06 +0500 Subject: [PATCH] add color_transfer in video --- probedata.go | 1 + 1 file changed, 1 insertion(+) diff --git a/probedata.go b/probedata.go index 9c9fed2..7df7c1f 100644 --- a/probedata.go +++ b/probedata.go @@ -80,6 +80,7 @@ type Stream struct { Level int `json:"level,omitempty"` ColorRange string `json:"color_range,omitempty"` ColorSpace string `json:"color_space,omitempty"` + ColorTransfer string `json:"color_transfer,omitempty"` SampleFmt string `json:"sample_fmt,omitempty"` SampleRate string `json:"sample_rate,omitempty"` Channels int `json:"channels,omitempty"`