diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-08-30 17:14:46 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-09-24 14:03:59 +0200 |
commit | a166b8a19bb34afc2c6727f20f551fce9a53d6fe (patch) | |
tree | 98ba651f57251a0f07d9d02d881f15bad47d954f /libavcodec/codec_id.h | |
parent | 2f9fa7e3e9e85c736e6ba87192ec8f32bdf069a7 (diff) | |
download | ffmpeg-a166b8a19bb34afc2c6727f20f551fce9a53d6fe.tar.gz |
avcodec: add FTR audio decoder and parser
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r-- | libavcodec/codec_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h index 9c01ea9750..a0a720f9ff 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -530,6 +530,7 @@ enum AVCodecID { AV_CODEC_ID_BONK, AV_CODEC_ID_MISC4, AV_CODEC_ID_APAC, + AV_CODEC_ID_FTR, /* subtitle codecs */ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |