[FFmpeg-cvslog] Support u8 in aiff.

Carl Eugen Hoyos git at videolan.org
Sat Nov 24 21:22:45 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Nov 24 21:21:50 2012 +0100| [d0802926511602cadf954ec8461cb2451ecb7f01] | committer: Carl Eugen Hoyos

Support u8 in aiff.

Fixes ticket #1960.
Reviewed-by; Paul B Mahol

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

 libavformat/aiff.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/aiff.h b/libavformat/aiff.h
index 6ece0e0..bd42802 100644
--- a/libavformat/aiff.h
+++ b/libavformat/aiff.h
@@ -33,6 +33,7 @@
 static const AVCodecTag ff_codec_aiff_tags[] = {
     { AV_CODEC_ID_PCM_S16BE,    MKTAG('N','O','N','E') },
     { AV_CODEC_ID_PCM_S8,       MKTAG('N','O','N','E') },
+    { AV_CODEC_ID_PCM_U8,       MKTAG('r','a','w',' ') },
     { AV_CODEC_ID_PCM_S24BE,    MKTAG('N','O','N','E') },
     { AV_CODEC_ID_PCM_S32BE,    MKTAG('N','O','N','E') },
     { AV_CODEC_ID_PCM_F32BE,    MKTAG('f','l','3','2') },



More information about the ffmpeg-cvslog mailing list