Commit 8fe3d171 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: set seen flag when probing start/end

Helps picking a missing/untrusted PCR
parent 35b4c344
......@@ -2812,6 +2812,7 @@ static int ProbeChunk( demux_t *p_demux, int i_program, bool b_end, int64_t *pi_
}
int i_pid = PIDGet( p_pkt );
p_sys->pid[i_pid].b_seen = true;
if( i_pid != 0x1FFF && p_sys->pid[i_pid].b_valid && p_sys->pid[i_pid].p_owner &&
(p_pkt->p_buffer[1] & 0xC0) == 0x40 && /* Payload start but not corrupt */
......
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