Skip to content

Commit

Permalink
ffmpegdec: we have to reduce the priority because it fails to decode …
Browse files Browse the repository at this point in the history
…some images
  • Loading branch information
farindk committed Oct 11, 2023
1 parent c5207b5 commit 7a81acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/plugins/decoder_ffmpeg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a81acf

Please sign in to comment.