aptx: implement the aptX HD bluetooth codec

This commit is contained in:
Aurelien Jacobs
2018-01-06 17:11:48 +01:00
parent 96b217f5e8
commit 6fd110a094
8 changed files with 343 additions and 29 deletions

View File

@@ -634,6 +634,7 @@ enum AVCodecID {
AV_CODEC_ID_ATRAC3PAL,
AV_CODEC_ID_DOLBY_E,
AV_CODEC_ID_APTX,
AV_CODEC_ID_APTX_HD,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.