Commit f5fa2246 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/psi.c: identation

parent 79aed10a
...@@ -141,7 +141,7 @@ void dvbpsi_BuildPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t* p_section) ...@@ -141,7 +141,7 @@ void dvbpsi_BuildPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t* p_section)
if (p_section->b_syntax_indicator) if (p_section->b_syntax_indicator)
{ {
/* 8 MSB of table_id_extension */ /* 8 MSB of table_id_extension */
p_section->p_data[3] = (p_section->i_extension >> 8) & 0xff; b_section->p_data[3] = (p_section->i_extension >> 8) & 0xff;
/* 8 LSB of table_id_extension */ /* 8 LSB of table_id_extension */
p_section->p_data[4] = p_section->i_extension & 0xff; p_section->p_data[4] = p_section->i_extension & 0xff;
/* 5 bits of version_number | current_next_indicator */ /* 5 bits of version_number | current_next_indicator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment