wrong assignment of codec, patch by nsabbi@libero.it

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9639 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-03-21 17:17:53 +00:00
parent 6438f20820
commit b98d719e00
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ void ts_detect_streams(demuxer_t *demuxer)
if(es.type == AUDIO_A52)
{
sh_audio->format = AUDIO_MP2; //MPEG1L2 audio
sh_audio->format = AUDIO_A52; //AC3 audio
if(*apid == -1)
*apid = es.pid;
audio_found = 1;