comparison libmpdemux/demux_ts.c @ 9638:872b8d422a05

wrong assignment of codec, patch by nsabbi@libero.it
author alex
date Fri, 21 Mar 2003 17:17:53 +0000
parents 76c6d8f1ebf5
children 01a9af06319a
comparison
equal deleted inserted replaced
9637:328744aee223 9638:872b8d422a05
352 audio_found = 1; 352 audio_found = 1;
353 } 353 }
354 354
355 if(es.type == AUDIO_A52) 355 if(es.type == AUDIO_A52)
356 { 356 {
357 sh_audio->format = AUDIO_MP2; //MPEG1L2 audio 357 sh_audio->format = AUDIO_A52; //AC3 audio
358 if(*apid == -1) 358 if(*apid == -1)
359 *apid = es.pid; 359 *apid = es.pid;
360 audio_found = 1; 360 audio_found = 1;
361 } 361 }
362 362