mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 01:37:21 +00:00
one more a52 descriptor (dvb impl., untested)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18564 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
59f8ffc16d
commit
b938bd87d4
@ -2103,7 +2103,7 @@ static int parse_descriptors(struct pmt_es_t *es, uint8_t *ptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(ptr[j] == 0x6a) //A52 Descriptor
|
if(ptr[j] == 0x6a || ptr[j] == 0x7a) //A52 Descriptor
|
||||||
{
|
{
|
||||||
if(es->type == 0x6)
|
if(es->type == 0x6)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user