diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-08-29 21:45:54 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-08-30 16:18:37 +0200 |
commit | 2359656da2e5a8a191e49fdc667d04c16ff0ea7b (patch) | |
tree | 26a43c1ff44f5c1bfba3c979f9ea7df1ead00c3a /libavcodec/cfhd.h | |
parent | 60796d22f9a74625bcb823c50b2406cd764726d5 (diff) | |
download | ffmpeg-2359656da2e5a8a191e49fdc667d04c16ff0ea7b.tar.gz |
avcodec/cfhd: Replace a few literal numbers by named constants
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/cfhd.h')
-rw-r--r-- | libavcodec/cfhd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h index fdc6f1e546..8ea91270cd 100644 --- a/libavcodec/cfhd.h +++ b/libavcodec/cfhd.h @@ -83,10 +83,14 @@ enum CFHDParam { Precision = 70, InputFormat = 71, BandCodingFlags = 72, + PeakLevel = 74, + PeakOffsetLow = 75, + PeakOffsetHigh = 76, Version = 79, BandSecondPass = 82, PrescaleTable = 83, EncodedFormat = 84, + DisplayHeight = 85, ChannelWidth = 104, ChannelHeight = 105, }; |