kopia lustrzana https://github.com/kierank/libmpegts
Add more DVB descriptor tags
rodzic
0a1938ba0a
commit
7db8beb080
|
|
@ -22,9 +22,12 @@
|
|||
#define LIBMPEGTS_DVB_H
|
||||
|
||||
/* Descriptor Tags */
|
||||
#define STREAM_IDENTIFIER_DESCRIPTOR_TAG 0x52
|
||||
#define DVB_SERVICE_DESCRIPTOR_TAG 0x48
|
||||
#define DVB_STREAM_IDENTIFIER_DESCRIPTOR_TAG 0x52
|
||||
#define DVB_TELETEXT_DESCRIPTOR_TAG 0x56
|
||||
#define DVB_AC3_DESCRIPTOR_TAG 0x6a
|
||||
#define DVB_EAC3_DESCRIPTOR_TAG 0x7a
|
||||
#define DVB_AAC_DESCRIPTOR_TAG 0x7c
|
||||
|
||||
/* PIDs */
|
||||
#define SDT_PID 0x0011
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue