AOMediaCodec / libavif

libavif - Library for encoding and decoding .avif files
Other
1.44k stars 187 forks source link

Use avifDecoderItemShouldBeSkipped when harvesting ispe #2198

Closed vigneshvg closed 3 weeks ago

vigneshvg commented 3 weeks ago

This function has the same conditions as the ones that are explicitly re-written with one extra condition (thumbnailForID != 0). This extra condition is okay to be checked too in this case since we anyway do not process such items.

wantehchang commented 3 weeks ago

@y-guyon Please take a look if you have time.

@vigneshvg You can merge this pull request first. If Yannis suggests any changes, we can address them after the merge.