Browse Source

demux: ts: tag any ES type with its language

pull/162/head
François Cartegnie 2 years ago
committed by Steve Lhomme
parent
commit
941adc9e69
  1. 3
      modules/demux/mpeg/ts_psi.c

3
modules/demux/mpeg/ts_psi.c

@ -547,8 +547,7 @@ static void SetupStandardESDescriptors( demux_t *p_demux, ts_es_t *p_es,
switch( p_dr->i_tag )
{
case 0x0a:
if( p_es->fmt.i_cat == AUDIO_ES )
SetupISO639Descriptor( p_demux, p_es, p_dr );
SetupISO639Descriptor( p_demux, p_es, p_dr );
break;
case 0x0E:

Loading…
Cancel
Save