[FFmpeg-cvslog] westwood_aud: remove stale comment

Paul B Mahol git at videolan.org
Sat Nov 3 15:56:02 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Nov  3 14:54:17 2012 +0000| [94f224516cec88aada7c6ae31edb499b3c34a797] | committer: Paul B Mahol

westwood_aud: remove stale comment

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94f224516cec88aada7c6ae31edb499b3c34a797
---

 libavformat/westwood_aud.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/westwood_aud.c b/libavformat/westwood_aud.c
index 2762cba..8b02abd 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;
 



More information about the ffmpeg-cvslog mailing list