Skip to content
Snippets Groups Projects
Commit f77bb395 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: ts: fix pre pmt SI continuity warnings

parent 3dcdfe1d
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ ts_pid_t * ts_pid_Get( ts_pid_list_t *p_list, uint16_t i_pid )
//return NULL;
}
p_pid->i_cc = 0xff;
p_pid->i_pid = i_pid;
p_list->pp_all[p_list->i_all++] = p_pid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment