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:
nicodvb 2006-06-04 23:11:40 +00:00
parent 59f8ffc16d
commit b938bd87d4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{