Skip to content

Commit

Permalink
return 'unknown' encoder name
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 31, 2023
1 parent e547b74 commit 7e427d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/heif_enc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ static const char* get_compression_format_name(heif_compression_format format)
break;
default:
assert(false);
return "unknown";
}
}

Expand Down

0 comments on commit 7e427d7

Please sign in to comment.