Commit c4f5ef79 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/ps.h: bug fix in PSM parsing.

parent 52d9472c
......@@ -474,7 +474,7 @@ static inline int ps_psm_fill( ps_psm_t *p_psm, block_t *p_pkt,
/* Look for the ISO639 language descriptor */
if( es.p_descriptor[i] != 0x0a )
{
i += es.p_descriptor[i+1];
i += es.p_descriptor[i+1] + 2;
continue;
}
......
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