You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.19.6, the svt-enc plugin uses the functions get_subsampled_size_v(unsigned int, heif_channel, heif_chroma, scaling_mode) and get_subsampled_size_h(unsigned int, heif_channel, heif_chroma, scaling_mode), which are not exported if libheif is built with WITH_REDUCED_VISIBILITY=ON (the default mode), so the plugin can't be loaded.
In 1.19.6, the svt-enc plugin uses the functions
get_subsampled_size_v(unsigned int, heif_channel, heif_chroma, scaling_mode)
andget_subsampled_size_h(unsigned int, heif_channel, heif_chroma, scaling_mode)
, which are not exported if libheif is built withWITH_REDUCED_VISIBILITY=ON
(the default mode), so the plugin can't be loaded.The text was updated successfully, but these errors were encountered: