[FFmpeg-cvslog] avformat/nut: support WavPack

Paul B Mahol git at videolan.org
Fri Jan 30 10:34:18 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jan 27 18:09:32 2015 +0000| [64815d1f0c782a632447806e40d9c7ee71f31b92] | committer: Paul B Mahol

avformat/nut: support WavPack

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

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

 libavformat/nut.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 04f4bb0..c6fdb0b 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -183,6 +183,7 @@ const AVCodecTag ff_nut_audio_extra_tags[] = {
     { AV_CODEC_ID_PCM_ALAW,         MKTAG('A', 'L', 'A', 'W') },
     { AV_CODEC_ID_PCM_MULAW,        MKTAG('U', 'L', 'A', 'W') },
     { AV_CODEC_ID_MP3,              MKTAG('M', 'P', '3', ' ') },
+    { AV_CODEC_ID_WAVPACK,          MKTAG('w', 'v', 'p', 'k') },
     { AV_CODEC_ID_NONE,             0                         }
 };
 



More information about the ffmpeg-cvslog mailing list