Commit 2d62732b authored by Paul B Mahol's avatar Paul B Mahol

codec_desc: provide aliases for PCM A-law/mu-law

Inspired by d21b82fd.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3d8e684f
......@@ -1375,13 +1375,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_PCM_MULAW,
.type = AVMEDIA_TYPE_AUDIO,
.name = "pcm_mulaw",
.long_name = NULL_IF_CONFIG_SMALL("PCM mu-law"),
.long_name = NULL_IF_CONFIG_SMALL("PCM mu-law / G.711 mu-law"),
},
{
.id = AV_CODEC_ID_PCM_ALAW,
.type = AVMEDIA_TYPE_AUDIO,
.name = "pcm_alaw",
.long_name = NULL_IF_CONFIG_SMALL("PCM A-law"),
.long_name = NULL_IF_CONFIG_SMALL("PCM A-law / G.711 A-law"),
},
{
.id = AV_CODEC_ID_PCM_S32LE,
......
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