1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-06-09 11:56:10 +00:00
parent 0f85b371fd
commit 3c4127353a
1 changed files with 1 additions and 1 deletions

View File

@ -2204,7 +2204,7 @@ static int parse_descriptors(struct pmt_es_t *es, uint8_t *ptr)
}
else if(d[0] == 'V' && d[1] == 'C' && d[2] == '-' && d[3] == '1')
{
es->type = AUDIO_DTS;
es->type = VIDEO_VC1;
}
else
es->type = UNKNOWN;