westwood_aud: remove stale comment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-11-03 14:54:17 +00:00
parent 2581d9bcbb
commit 94f224516c
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ static int wsaud_probe(AVProbeData *p)
if (p->buf[10] & 0xFC)
return 0;
/* note: only check for WS IMA (type 99) right now since there is no
* support for type 1 */
if (p->buf[11] != 99 && p->buf[11] != 1)
return 0;