Commit 82ccefb9 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/nut: support storing RFC 3389 comfort noise

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 617e866e
......@@ -177,6 +177,7 @@ const AVCodecTag ff_nut_video_tags[] = {
};
const AVCodecTag ff_nut_audio_extra_tags[] = {
{ AV_CODEC_ID_COMFORT_NOISE, MKTAG('3', '3', '8', '9') },
{ 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', ' ') },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment