aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-06-19 15:19:56 -0300
committerJames Almer <jamrial@gmail.com>2024-06-20 17:04:03 -0300
commita91f34aad84a1643e8aaadbf8a6204828712731d (patch)
tree53fae0214d1083158ce4393364d71782db0fe25d /libavformat/isom.h
parent8a85d3fd39a0ab12c92c130c6e1764336854632f (diff)
downloadffmpeg-a91f34aad84a1643e8aaadbf8a6204828712731d.tar.gz
avformat/mov: don't use sizeof(AVMasteringDisplayMetadata)
It's not part of the libavutil ABI. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index c0a5788e08..35b767a52c 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -250,6 +250,7 @@ typedef struct MOVStreamContext {
AVSphericalMapping *spherical;
size_t spherical_size;
AVMasteringDisplayMetadata *mastering;
+ size_t mastering_size;
AVContentLightMetadata *coll;
size_t coll_size;
AVAmbientViewingEnvironment *ambient;