Skip to content

Commit

Permalink
remove unexisting function
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Apr 18, 2018
1 parent e31c0a5 commit 5b8da11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/heif_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ struct heif_encoder_plugin



// Reset decoder, such that we can feed in new data for another image.
// void (*reset_image)(void* decoder);
};


Expand Down Expand Up @@ -230,7 +228,7 @@ struct heif_encoder_parameter
const char* default_value;

const char*const* valid_values;
} string;
} string; // NOLINT

struct {
int default_value;
Expand Down

0 comments on commit 5b8da11

Please sign in to comment.