Skip to content

Commit 379d597

Browse files
committed
remove warning: macros already cast values
1 parent bf7c10f commit 379d597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IsoLib/libisomediafile/src/ItemPropertyAssociationAtom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static MP4Err serialize(struct MP4Atom *s, char *buffer)
7171
u32 i, j;
7272
u32 entry_count;
7373
u32 association_count;
74-
u16 property_index;
74+
u32 property_index;
7575
MP4ItemPropertyAssociationEntryPtr entry;
7676
MP4ItemPropertyAssociationEntryPropertyIndexPtr propertyIndex;
7777
MP4ItemPropertyAssociationAtomPtr self = (MP4ItemPropertyAssociationAtomPtr)s;

0 commit comments

Comments
 (0)