Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow TVCT on ATSC-C muxes #1260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow TVCT on ATSC-C muxes #1260

wants to merge 1 commit into from

Conversation

k2fc
Copy link

@k2fc k2fc commented Feb 14, 2019

No description provided.

@@ -2287,6 +2287,9 @@ psi_tables_atsc_c ( mpegts_mux_t *mm )
mpegts_table_add(mm, DVB_VCT_C_BASE, DVB_VCT_MASK, atsc_vct_callback,
NULL, "vct", LS_TBL_ATSC, MT_QUICKREQ | MT_CRC | MT_RECORD,
DVB_VCT_PID, MPS_WEIGHT_VCT);
mpegts_table_add(mm, DVB_VCT_T_BASE, DVB_VCT_MASK, atsc_vct_callback,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll let someone else comment on whether the change can be accepted, but the indentation here is incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants