Skip to content

Commit

Permalink
(change struct to class)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 2, 2024
1 parent 33d3870 commit 6a5b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/codecs/avif.cc
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ Result<std::vector<uint8_t>> ImageItem_AVIF::read_bitstream_configuration_data(h
}


std::shared_ptr<struct Decoder> ImageItem_AVIF::get_decoder() const
std::shared_ptr<class Decoder> ImageItem_AVIF::get_decoder() const
{
return m_decoder;
}

0 comments on commit 6a5b62c

Please sign in to comment.