From 8fb928e75660c7b2ead07511487eb699c6219448 Mon Sep 17 00:00:00 2001 From: Andy Gorman Date: Sat, 25 Jun 2022 10:49:04 -0700 Subject: [PATCH] Adding FieldOrder to Stream struct --- probedata.go | 1 + 1 file changed, 1 insertion(+) diff --git a/probedata.go b/probedata.go index 2665fe1..7412690 100644 --- a/probedata.go +++ b/probedata.go @@ -68,6 +68,7 @@ type Stream struct { Disposition StreamDisposition `json:"disposition,omitempty"` TagList Tags `json:"tags"` Tags StreamTags `json:"-"` // Deprecated: Use TagList instead + FieldOrder string `json:"field_order,omitempty"` Profile string `json:"profile,omitempty"` Width int `json:"width"` Height int `json:"height"`