[bTSstream-devel] [Git][videolan/bitstream][master] add descriptions for HEVC and A/52e
Massiot
gitlab at videolan.org
Thu Oct 6 15:28:33 CEST 2016
Massiot pushed to branch master at videolan / bitstream
Commits:
ce288cb3 by Christophe Massiot at 2016-10-06T15:28:14+02:00
add descriptions for HEVC and A/52e
- - - - -
1 changed file:
- mpeg/psi/pmt.h
Changes:
=====================================
mpeg/psi/pmt.h
=====================================
--- a/mpeg/psi/pmt.h
+++ b/mpeg/psi/pmt.h
@@ -180,10 +180,12 @@ static inline const char *pmt_get_streamtype_txt(uint8_t i_stream_type) {
case 0x19: return "Metadata in 13818-6 Synchronized Download Protocol";
case 0x1A: return "13818-11 MPEG-2 IPMP stream";
case 0x1B: return "H.264/14496-10 video (MPEG-4/AVC)";
+ case 0x24: return "H.265 video (MPEG-H/HEVC)";
case 0x42: return "AVS Video";
case 0x7F: return "IPMP stream";
case 0x81: return "ATSC A/52";
case 0x86: return "SCTE 35 Splice Information Table";
+ case 0x87: return "ATSC A/52e";
default : return "Unknown";
}
}
View it on GitLab: https://code.videolan.org/videolan/bitstream/commit/ce288cb355843d4252f52f4e0a07528d04b8bd2a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/bitstream-devel/attachments/20161006/64c03b3c/attachment.html>
More information about the biTStream-devel
mailing list