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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to