1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

-Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_

private ES :p
This commit is contained in:
Stéphane Borel 2001-11-12 01:56:33 +00:00
parent 4865e312de
commit 5a7803e0c5

View File

@ -2,7 +2,7 @@
* mpeg_system.c: TS, PS and PES management
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: mpeg_system.c,v 1.61 2001/11/06 00:59:31 sam Exp $
* $Id: mpeg_system.c,v 1.62 2001/11/12 01:56:33 stef Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
@ -1502,7 +1502,6 @@ static void input_DecodePMT( input_thread_t * p_input, es_descriptor_t * p_es )
case MPEG1_AUDIO_ES:
case MPEG2_AUDIO_ES:
case LPCM_AUDIO_ES :
p_new_es->i_stream_id = 0xBD;
p_new_es->i_cat = AUDIO_ES;
i_audio_es += 1;
if( i_audio_es == i_required_audio_es )