diff options
author | Marth64 <marth64@proxyid.net> | 2023-02-18 13:43:00 -0600 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2023-03-02 13:45:51 +0100 |
commit | a4e5b946332dd625affd0e259eb787575e5c32f2 (patch) | |
tree | 0dae90f7c0090b690db6643bcf1ada5e3042a8c0 /libavcodec/avcodec.h | |
parent | 814178f92647be2411516bbb82f48532373d2554 (diff) | |
download | ffmpeg-a4e5b946332dd625affd0e259eb787575e5c32f2.tar.gz |
avcodec/eac3dec: add detection of Atmos spatial extension profile
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9a0fe97cad..3e9b0dbd26 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1591,6 +1591,8 @@ typedef struct AVCodecContext { #define FF_PROFILE_DTS_HD_MA 60 #define FF_PROFILE_DTS_EXPRESS 70 +#define FF_PROFILE_EAC3_DDP_ATMOS 30 + #define FF_PROFILE_MPEG2_422 0 #define FF_PROFILE_MPEG2_HIGH 1 #define FF_PROFILE_MPEG2_SS 2 |