[FFmpeg-devel] [PATCH] avformat/nut: support WavPack
Michael Niedermayer
michaelni at gmx.at
Thu Jan 29 17:06:34 CET 2015
On Thu, Jan 29, 2015 at 02:59:20PM +0000, Paul B Mahol wrote:
> 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 }
> };
this should be added to nut4cc.txt first, can you post a patch
to nut-devel at mplayerhq.hu ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150129/a13d3dae/attachment.asc>
More information about the ffmpeg-devel
mailing list