mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-20 22:10:07 +01:00
avcodec: AC-4 codec registration
This commit is contained in:
@@ -3406,6 +3406,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RKA (RK Audio)"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY | AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_AC4,
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.name = "ac4",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AC-4"),
|
||||
.props = AV_CODEC_PROP_LOSSY,
|
||||
},
|
||||
|
||||
/* subtitle codecs */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user