add H.265 stream type

Change-Id: Ic8e17f949f245ad6fe26fb8078e0545fe5b35daa
Reviewed-on: https://code.wireshark.org/review/3116
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-07-18 16:02:56 +02:00
parent f724cae763
commit 831c1f2fe1
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ static const value_string mpeg_pmt_stream_type_vals[] = {
{ 0x19, "Metadata carried in ISO/IEC 13818-6 Synchronized Download Protocol" },
{ 0x1A, "IPMP stream (defined in ISO/IEC 13818-11, MPEG-2 IPMP)" },
{ 0x1B, "AVC video stream as defined in ITU-T Rec. H.264 | ISO/IEC 14496-10 Video" },
{ 0x24, "ITU-T Rec. H.265 and ISO/IEC 23008-2 (Ultra HD video) in a packetized stream" },
{ 0x7F, "IPMP stream" },
{ 0xA1, "ETV-AM BIF Data Stream" },
{ 0xC0, "ETV-AM EISS Signaling" },