aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/profiles.h
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/profiles.h
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/profiles.h')
-rw-r--r--libavcodec/profiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h
index 41a19aa9ad..6ebedbd03f 100644
--- a/libavcodec/profiles.h
+++ b/libavcodec/profiles.h
@@ -58,6 +58,7 @@
extern const AVProfile ff_aac_profiles[];
extern const AVProfile ff_dca_profiles[];
+extern const AVProfile ff_eac3_profiles[];
extern const AVProfile ff_dnxhd_profiles[];
extern const AVProfile ff_h264_profiles[];
extern const AVProfile ff_hevc_profiles[];