[bTSstream-devel] pmt.h: add missing stream types
Christophe Massiot
git at videolan.org
Mon May 16 12:05:43 CEST 2016
bitstream | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Mon May 16 12:05:06 2016 +0200| [138840794a5b9e0f4d5ef7e5db0f7680556dddb3] | committer: Christophe Massiot
pmt.h: add missing stream types
> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=138840794a5b9e0f4d5ef7e5db0f7680556dddb3
---
mpeg/psi/pmt.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mpeg/psi/pmt.h b/mpeg/psi/pmt.h
index 9926064..fca40fa 100644
--- a/mpeg/psi/pmt.h
+++ b/mpeg/psi/pmt.h
@@ -79,10 +79,12 @@ extern "C"
#define PMT_STREAMTYPE_META_SDP 0x19
#define PMT_STREAMTYPE_IPMP_13818_11 0x1a
#define PMT_STREAMTYPE_VIDEO_AVC 0x1b
+#define PMT_STREAMTYPE_VIDEO_HEVC 0x24
#define PMT_STREAMTYPE_VIDEO_AVS 0x42
#define PMT_STREAMTYPE_IPMP 0x7f
#define PMT_STREAMTYPE_ATSC_A52 0x81
#define PMT_STREAMTYPE_SCTE_35 0x86
+#define PMT_STREAMTYPE_ATSC_A52E 0x87
static inline void pmt_init(uint8_t *p_pmt)
{
More information about the biTStream-devel
mailing list