diff --git a/libheif/plugins/decoder_ffmpeg.cc b/libheif/plugins/decoder_ffmpeg.cc index 486555e4ce..aa5e847c37 100644 --- a/libheif/plugins/decoder_ffmpeg.cc +++ b/libheif/plugins/decoder_ffmpeg.cc @@ -69,7 +69,7 @@ struct ffmpeg_decoder static const char kEmptyString[] = ""; static const char kSuccess[] = "Success"; -static const int FFMPEG_DECODER_PLUGIN_PRIORITY = 200; +static const int FFMPEG_DECODER_PLUGIN_PRIORITY = 90; #define MAX_PLUGIN_NAME_LENGTH 80