[vlc-commits] [Git][videolan/vlc][master] demux: ts: tag any ES type with its language
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri May 31 10:29:56 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
941adc9e by François Cartegnie at 2024-05-31T10:11:44+00:00
demux: ts: tag any ES type with its language
- - - - -
1 changed file:
- modules/demux/mpeg/ts_psi.c
Changes:
=====================================
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:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/941adc9e69ad38b6011212c3085d95f2756c9ad2
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/941adc9e69ad38b6011212c3085d95f2756c9ad2
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list