Commit 1d123222 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.

parent 790d4277
......@@ -198,7 +198,7 @@ static inline int ps_pkt_parse_system( block_t *p_pkt,
if( p[0] >= 0xBC || p[0] == 0xB8 || p[0] == 0xB9 ) p += 2;
p++;
if( p[0] >= 0xc0 )
if( i_id >= 0xc0 )
{
int i_tk = PS_ID_TO_TK( i_id );
......
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