From 6c7c8ff278946cc333cbbd11b3abc1510bd0fd73 Mon Sep 17 00:00:00 2001 From: Landon Baxter Date: Wed, 8 Jun 2022 14:26:35 -0600 Subject: [PATCH] Add AUDIO_NATIVE --- psi/pmtdescriptor.go | 1 + v2/psi/pmtdescriptor.go | 1 + 2 files changed, 2 insertions(+) diff --git a/psi/pmtdescriptor.go b/psi/pmtdescriptor.go index 8ff3463..f158d61 100644 --- a/psi/pmtdescriptor.go +++ b/psi/pmtdescriptor.go @@ -57,6 +57,7 @@ const ( AUDIO_CLEAN_EFFECTS int = 1 // 0000 0001 (0x01) AUDIO_DESCRIPTION int = 3 // 0000 0011 (0x03) AUDIO_PRIMARY int = 128 // 1000 0000 (0x80) + AUDIO_NATIVE int = 129 // 1000 0001 (0x81) ) // Descriptor tag extension diff --git a/v2/psi/pmtdescriptor.go b/v2/psi/pmtdescriptor.go index 8ff3463..f158d61 100644 --- a/v2/psi/pmtdescriptor.go +++ b/v2/psi/pmtdescriptor.go @@ -57,6 +57,7 @@ const ( AUDIO_CLEAN_EFFECTS int = 1 // 0000 0001 (0x01) AUDIO_DESCRIPTION int = 3 // 0000 0011 (0x03) AUDIO_PRIMARY int = 128 // 1000 0000 (0x80) + AUDIO_NATIVE int = 129 // 1000 0001 (0x81) ) // Descriptor tag extension