Skip to content

Commit e1c7b0b

Browse files
committed
Fix two comment typos
Originally reported by Yuan Tong in #1100.
1 parent 6df0474 commit e1c7b0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/read.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ static avifBool avifParseItemLocationBox(avifMeta * meta, const uint8_t * raw, s
16171617
}
16181618
}
16191619

1620-
uint16_t dataReferenceIndex; // unsigned int(16) data_ref rence_index;
1620+
uint16_t dataReferenceIndex; // unsigned int(16) data_reference_index;
16211621
AVIF_CHECK(avifROStreamReadU16(&s, &dataReferenceIndex)); //
16221622
uint64_t baseOffset; // unsigned int(base_offset_size*8) base_offset;
16231623
AVIF_CHECK(avifROStreamReadUX8(&s, &baseOffset, baseOffsetSize)); //
@@ -1929,7 +1929,7 @@ static avifBool avifParseAV1LayeredImageIndexingProperty(avifProperty * prop, co
19291929
}
19301930
}
19311931

1932-
// Layer sizes will be validated layer (when the item's size is known)
1932+
// Layer sizes will be validated later (when the item's size is known)
19331933
return AVIF_TRUE;
19341934
}
19351935

0 commit comments

Comments
 (0)