mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
Support G.722 in Sun AU.
This commit is contained in:
parent
df651cf42e
commit
95903e3cfd
@ -47,6 +47,7 @@ static const AVCodecTag codec_au_tags[] = {
|
||||
{ AV_CODEC_ID_PCM_S32BE, 5 },
|
||||
{ AV_CODEC_ID_PCM_F32BE, 6 },
|
||||
{ AV_CODEC_ID_PCM_F64BE, 7 },
|
||||
{ AV_CODEC_ID_ADPCM_G722, 24 },
|
||||
{ AV_CODEC_ID_PCM_ALAW, 27 },
|
||||
{ AV_CODEC_ID_NONE, 0 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user