Skip to content

Commit

Permalink
Fix ArbitraryAvifDecoder() without EXP_GAIN_MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Oct 3, 2023
1 parent d5ebb42 commit f9625fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/gtest/avif_fuzztest_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ inline auto ArbitraryAvifDecoder() {
}
#else
// Generator for an arbitrary AvifDecoderPtr.
inline auto ArbitraryAvifDecoder(
const std::vector<avifCodecChoice>& codec_choices) {
return ArbitraryBaseAvifDecoder(codec_choices);
}
inline auto ArbitraryAvifDecoder() { return ArbitraryBaseAvifDecoder(); }
#endif // AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP

//------------------------------------------------------------------------------
Expand Down

0 comments on commit f9625fc

Please sign in to comment.