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

@@ -2858,6 +2858,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("aptX (Audio Processing Technology for Bluetooth)"),
.props = AV_CODEC_PROP_LOSSY,
},
{
.id = AV_CODEC_ID_APTX_HD,
.type = AVMEDIA_TYPE_AUDIO,
.name = "aptx_hd",
.long_name = NULL_IF_CONFIG_SMALL("aptX HD (Audio Processing Technology for Bluetooth)"),
.props = AV_CODEC_PROP_LOSSY,
},
/* subtitle codecs */
{