Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts: change priority for STT table (ATSC time)
  • Loading branch information
perexg committed Nov 6, 2015
1 parent a6b3f95 commit 967ee3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts.h
Expand Up @@ -153,7 +153,6 @@ typedef struct mpegts_pid_sub
#define MPS_WEIGHT_NIT 999
#define MPS_WEIGHT_BAT 999
#define MPS_WEIGHT_VCT 999
#define MPS_WEIGHT_STT 999
#define MPS_WEIGHT_EIT 999
#define MPS_WEIGHT_ETT 999
#define MPS_WEIGHT_MGT 999
Expand All @@ -168,6 +167,7 @@ typedef struct mpegts_pid_sub
#define MPS_WEIGHT_NIT2 300
#define MPS_WEIGHT_SDT2 300
#define MPS_WEIGHT_TDT 101
#define MPS_WEIGHT_STT 101
#define MPS_WEIGHT_PMT_SCAN 100
int mps_weight;
void *mps_owner;
Expand Down

0 comments on commit 967ee3d

Please sign in to comment.