summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-09 13:21:34 +0200
committerPaul B Mahol <onemda@gmail.com>2020-08-09 18:47:29 +0200
commit17d1454a5f925f5f9755f3ef5471ae61e31927ed (patch)
tree1c39d43e748d6e0a86641f37b3ca51195ed9e83c /libavcodec/cfhd.h
parentfc3546becec8da6c62d12f2e2174d84355731820 (diff)
avcodec/cfhd: log version tags too
Diffstat (limited to 'libavcodec/cfhd.h')
-rw-r--r--libavcodec/cfhd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h
index fa4a2d28f5..dc329b724b 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -34,6 +34,10 @@ enum CFHDParam {
SampleType = 1,
SampleIndexTable = 2,
BitstreamMarker = 4,
+ VersionMajor = 5,
+ VersionMinor = 6,
+ VersionRevision = 7,
+ VersionEdit = 8,
TransformType = 10,
NumFrames = 11,
ChannelCount = 12,
@@ -78,6 +82,7 @@ enum CFHDParam {
Precision = 70,
InputFormat = 71,
BandCodingFlags = 72,
+ Version = 79,
BandSecondPass = 82,
PrescaleTable = 83,
EncodedFormat = 84,