commit c0a92103cbbf2cf5a46cf5bbf7a1375a100478f3 parent 2eb7f240b6667d726319ee16a9639cfb794db954 Author: Oliver Lowe <o@olowe.co> Date: Thu, 2 May 2024 16:52:30 +1000 internal/scte35: remove unused const Diffstat:
| M | internal/scte35/splice_descriptor.go | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/internal/scte35/splice_descriptor.go b/internal/scte35/splice_descriptor.go @@ -18,13 +18,9 @@ package scte35 import "github.com/bamiaux/iobit" -const ( - // CUEIdentifier is 32-bit number used to identify the owner of the - // descriptor. The identifier shall have a value of 0x43554549 (ASCII “CUEI”). - CUEIdentifier = 0x43554549 - // CUEIASCII is the CUEIIdentifier ASCII value - CUEIASCII = "CUEI" -) +// CUEIdentifier is 32-bit number used to identify the owner of the +// descriptor. The identifier shall have a value of 0x43554549 (ASCII “CUEI”). +const CUEIdentifier = 0x43554549 // NewSpliceDescriptor returns the appropriate splice_descriptor for the given // identifier and tag