From 40c4bc5b4fa1a29cf93323eff0ecb1da11db8ff8 Mon Sep 17 00:00:00 2001 From: Joseph Cullen <11685079+jwcullen@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:34:46 -0800 Subject: [PATCH] Update notation of configOBUs. Uses same style as in the Audio Frame OBU. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 9bea8d26..f93e6bd4 100644 --- a/index.bs +++ b/index.bs @@ -2010,7 +2010,7 @@ Parsers SHALL ignore these two fields. class IAConfigurationBox extends Box('iacb') { unsigned int (8) configurationVersion = 1; leb128() configOBUs_size; - unsigned int (8) configOBUs[]; + unsigned int (8 x configOBUs_size) configOBUs; } ```