diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-03 14:54:17 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-03 14:54:17 +0000 |
commit | 94f224516cec88aada7c6ae31edb499b3c34a797 (patch) | |
tree | dd7dc591cb419203b8f07691895bc9bb5561cd48 /libavformat/westwood_aud.c | |
parent | 2581d9bcbb2e45fa1f8538d038099f6e673d9566 (diff) | |
download | ffmpeg-94f224516cec88aada7c6ae31edb499b3c34a797.tar.gz |
westwood_aud: remove stale comment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/westwood_aud.c')
-rw-r--r-- | libavformat/westwood_aud.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/westwood_aud.c b/libavformat/westwood_aud.c index 2762cba405..8b02abdf48 100644 --- a/libavformat/westwood_aud.c +++ b/libavformat/westwood_aud.c @@ -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; |