[FFmpeg-devel] [PATCH] avformat/nut: support WavPack
Paul B Mahol
onemda at gmail.com
Fri Jan 30 13:17:34 CET 2015
On 1/29/15, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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 ?
>
done and applied
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Republics decline into democracies and democracies degenerate into
> despotisms. -- Aristotle
>
More information about the ffmpeg-devel
mailing list