Skip to content

Commit

Permalink
Add missing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Nov 20, 2024
1 parent 8fb8b96 commit 2dc2f27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/obu.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@ static avifBool parseAV2SequenceHeader(avifBits * bits, avifSequenceHeader * hea
// See read_sequence_header_obu() in avm.
AVIF_CHECK(parseSequenceHeaderLevelIdxAndTier(bits, header));

// See read_sequence_header_obu() in avm.
// Ignored field.
// film_grain_params_present

// See av1_read_sequence_header_beyond_av1() in avm.
// Other ignored fields.
return !bits->error;
}
#endif
Expand Down

0 comments on commit 2dc2f27

Please sign in to comment.