Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb: add definitions for ATSC program info table IDs
  • Loading branch information
laurimyllari authored and perexg committed Oct 22, 2015
1 parent a9327aa commit 1b68b98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/input/mpegts/dvb.h
Expand Up @@ -48,6 +48,7 @@ struct mpegts_mux;
#define DVB_DIT_PID 0x1E
#define DVB_SIT_PID 0x1F
#define DVB_VCT_PID 0x1FFB
#define DVB_ATSC_MGT_PID 0x1FFB

/* Tables */

Expand Down Expand Up @@ -83,6 +84,15 @@ struct mpegts_mux;
#define DVB_VCT_C_BASE 0xC9
#define DVB_VCT_MASK 0xFF

#define DVB_ATSC_MGT_BASE 0xC7
#define DVB_ATSC_MGT_MASK 0xFF

#define DVB_ATSC_EIT_BASE 0xCB
#define DVB_ATSC_EIT_MASK 0xFF

#define DVB_ATSC_ETT_BASE 0xCC
#define DVB_ATSC_ETT_MASK 0xFF

#define DVB_TELETEXT_BASE 0x2000

/* Descriptors */
Expand Down

0 comments on commit 1b68b98

Please sign in to comment.