mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
openrtb2: audio.nvol should still be a pointer
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ type Audio struct {
|
||||
// Description:
|
||||
// Volume normalization mode. Refer to List: Volume
|
||||
// Normalization Modes in AdCOM 1.0.
|
||||
NVol adcom1.VolumeNormalizationMode `json:"nvol,omitempty"`
|
||||
NVol *adcom1.VolumeNormalizationMode `json:"nvol,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// ext
|
||||
|
||||
Reference in New Issue
Block a user