[FFmpeg-cvslog] avformat/nut: support WavPack

Paul B Mahol git at videolan.org
Thu Jul 30 19:24:54 CEST 2015


ffmpeg | branch: release/2.5 | Paul B Mahol <onemda at gmail.com> | Tue Jan 27 18:09:32 2015 +0000| [ff68bf7a1bf32bd497f758c231fd7d816f07d86c] | committer: Andreas Cadhalpun

avformat/nut: support WavPack

Signed-off-by: Paul B Mahol <onemda at gmail.com>
(cherry picked from commit 64815d1f0c782a632447806e40d9c7ee71f31b92)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>

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

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

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 86a0301..6cd3445 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -182,6 +182,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