[FFmpeg-devel] [PATCH] avformat/nut: support WavPack

Paul B Mahol onemda at gmail.com
Thu Jan 29 15:59:20 CET 2015


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 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                         }
 };
 
-- 
1.7.11.2



More information about the ffmpeg-devel mailing list