aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-02-03 22:10:45 -0300
committerJames Almer <jamrial@gmail.com>2024-02-03 23:08:42 -0300
commitb94b3eac0e015a8880d90733c413049e63bfd331 (patch)
tree93335a3f62e1da9cbe536e9fbcad9b13b2077d3b /libavformat/isom.h
parentcc774cd96249e95b4ee4989c516881f0ad07e5f9 (diff)
downloadffmpeg-b94b3eac0e015a8880d90733c413049e63bfd331.tar.gz
avformat/mov: use a more descriptive name for variables of type HEIFItem
Other HEIF related structs will be introduced, so lets be more specific about what this one defines. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 21caaac256..77221d06e4 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -334,8 +334,8 @@ typedef struct MOVContext {
uint32_t max_stts_delta;
int primary_item_id;
int cur_item_id;
- HEIFItem *heif_info;
- int heif_info_size;
+ HEIFItem *heif_item;
+ int nb_heif_item;
int interleaved_read;
} MOVContext;