summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-04 11:25:25 +0200
committerPaul B Mahol <onemda@gmail.com>2020-08-08 12:03:43 +0200
commita96506f01748d746591e13d9e1fceb862efde922 (patch)
tree002a6759ea805fa778bb2053d4dca65c997076a1 /libavcodec/cfhd.h
parent9d58cdb4ba9c2c53da74d0898e060cff30c74dcd (diff)
avcodec/cfhdenc: also write FrameNumber tag
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 ba381f79f2..b889fe5fa2 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -72,6 +72,7 @@ enum CFHDParam {
BandTrailer = 56,
ChannelNumber = 62,
SampleFlags = 68,
+ FrameNumber = 69,
Precision = 70,
InputFormat = 71,
BandCodingFlags = 72,