avcodec: add FastAudio decoder

This commit is contained in:
Paul B Mahol
2020-08-24 19:11:41 +02:00
parent a1caa16d45
commit 1304078d3c
8 changed files with 214 additions and 1 deletions

View File

@@ -504,6 +504,7 @@ enum AVCodecID {
AV_CODEC_ID_MPEGH_3D_AUDIO,
AV_CODEC_ID_SIREN,
AV_CODEC_ID_HCA,
AV_CODEC_ID_FASTAUDIO,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.