Commit d8cea299 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: use a more sane default pcr pid

parent 3b586dc7
......@@ -5679,7 +5679,7 @@ static ts_pmt_t *ts_pmt_New( demux_t *p_demux )
pmt->i_version = -1;
pmt->i_number = -1;
pmt->i_pid_pcr = -1;
pmt->i_pid_pcr = 0x1FFF;
pmt->iod = NULL;
pmt->i_last_dts = -1;
......
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