summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-03 22:41:45 +0200
committerPaul B Mahol <onemda@gmail.com>2020-08-03 22:45:17 +0200
commitacaed62ad1f4ba8f1c6c84d15a99cee03b1322b6 (patch)
treeee7258efb6be8ed2a5344323bfa32b7e27674e76 /libavcodec/cfhd.h
parentd2b9cb11329107707125cffd02cbc238175a9f74 (diff)
avcodec/cfhd: correct 71 tag usage
It stores input format and never codebook.
Diffstat (limited to 'libavcodec/cfhd.h')
-rw-r--r--libavcodec/cfhd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h
index 7f35ac45f3..ba381f79f2 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -73,6 +73,7 @@ enum CFHDParam {
ChannelNumber = 62,
SampleFlags = 68,
Precision = 70,
+ InputFormat = 71,
BandCodingFlags = 72,
PrescaleTable = 83,
EncodedFormat = 84,