Skip to content

Commit

Permalink
Fix two comment typos
Browse files Browse the repository at this point in the history
Originally reported by Yuan Tong in
AOMediaCodec#1100.
  • Loading branch information
wantehchang committed Jan 11, 2023
1 parent fd266c0 commit 6ac89b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ static avifBool avifParseItemLocationBox(avifMeta * meta, const uint8_t * raw, s
}
}

uint16_t dataReferenceIndex; // unsigned int(16) data_ref rence_index;
uint16_t dataReferenceIndex; // unsigned int(16) data_reference_index;
AVIF_CHECK(avifROStreamReadU16(&s, &dataReferenceIndex)); //
uint64_t baseOffset; // unsigned int(base_offset_size*8) base_offset;
AVIF_CHECK(avifROStreamReadUX8(&s, &baseOffset, baseOffsetSize)); //
Expand Down Expand Up @@ -1929,7 +1929,7 @@ static avifBool avifParseAV1LayeredImageIndexingProperty(avifProperty * prop, co
}
}

// Layer sizes will be validated layer (when the item's size is known)
// Layer sizes will be validated later (when the item's size is known)
return AVIF_TRUE;
}

Expand Down

0 comments on commit 6ac89b5

Please sign in to comment.