mirror of https://github.com/mpv-player/mpv
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:
parent
6438f20820
commit
b98d719e00
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue