Skip to content

Commit

Permalink
ffmpeg: fix changed #define name
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 11, 2023
1 parent 0ea808a commit 11c5d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libheif/plugins/decoder_ffmpeg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ const struct heif_decoder_plugin* get_decoder_plugin_ffmpeg()
return &decoder_ffmpeg;
}

#if PLUGIN_FFMPEG_HEVC_DECODER
#if PLUGIN_FFMPEG_DECODER
heif_plugin_info plugin_info{
1,
heif_plugin_type_decoder,
Expand Down
2 changes: 1 addition & 1 deletion libheif/plugins/decoder_ffmpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

const struct heif_decoder_plugin* get_decoder_plugin_ffmpeg();

#if PLUGIN_FFMPEG_HEVC_DECODER
#if PLUGIN_FFMPEG_DECODER
extern "C" {
MAYBE_UNUSED LIBHEIF_API extern heif_plugin_info plugin_info;
}
Expand Down

0 comments on commit 11c5d70

Please sign in to comment.