summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2023-02-18 13:43:00 -0600
committerHendrik Leppkes <h.leppkes@gmail.com>2023-03-02 13:45:51 +0100
commita4e5b946332dd625affd0e259eb787575e5c32f2 (patch)
tree0dae90f7c0090b690db6643bcf1ada5e3042a8c0 /libavcodec/codec_desc.c
parent814178f92647be2411516bbb82f48532373d2554 (diff)
downloadffmpeg-a4e5b946332dd625affd0e259eb787575e5c32f2.tar.gz
avcodec/eac3dec: add detection of Atmos spatial extension profile
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 199f62df15..4098d4f5a5 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2931,6 +2931,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "eac3",
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52B (AC-3, E-AC-3)"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+ .profiles = NULL_IF_CONFIG_SMALL(ff_eac3_profiles),
},
{
.id = AV_CODEC_ID_SIPR,