diff options
author | Marth64 <marth64@proxyid.net> | 2023-02-18 11:24:38 -0600 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2023-03-02 13:45:59 +0100 |
commit | 96ed043afa44d468ff3629095f90d391450c4e60 (patch) | |
tree | 7f2b45027ba2fc443e7f2ad5f6352d7be53e4637 /libavcodec/avcodec.h | |
parent | a4e5b946332dd625affd0e259eb787575e5c32f2 (diff) | |
download | ffmpeg-96ed043afa44d468ff3629095f90d391450c4e60.tar.gz |
avcodec/mlpdec: add detection of Atmos spatial extension profile in TrueHD
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 3e9b0dbd26..0645114772 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1593,6 +1593,8 @@ typedef struct AVCodecContext { #define FF_PROFILE_EAC3_DDP_ATMOS 30 +#define FF_PROFILE_TRUEHD_ATMOS 30 + #define FF_PROFILE_MPEG2_422 0 #define FF_PROFILE_MPEG2_HIGH 1 #define FF_PROFILE_MPEG2_SS 2 |