Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamaika1 authored Jan 13, 2024
1 parent b220d9b commit b348bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@ Error HeifContext::encode_image_as_vvc(const std::shared_ptr<HeifPixelImage>& im
if ((data[0] >> 1) == NAL_SPS) {
Box_vvcC::configuration config;

parse_sps_for_vvcC_configuration(data, size, &config, &encoded_width, &encoded_height);
//parse_sps_for_vvcC_configuration(data, size, &config, &encoded_width, &encoded_height);

m_heif_file->set_vvcC_configuration(image_id, config);
}
Expand Down

0 comments on commit b348bf3

Please sign in to comment.