avformat/nut: support WavPack

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/109/head
Paul B Mahol 10 years ago
parent b5004f3213
commit 64815d1f0c
  1. 1
      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 }
};

Loading…
Cancel
Save