Skip to content

Commit

Permalink
heif-dec: terminate list of options
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 28, 2024
1 parent 0389bd4 commit 1726a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/heif_dec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ static struct option long_options[] = {
{(char* const) "help", no_argument, 0, 'h'},
{(char* const) "chroma-upsampling", required_argument, 0, 'C'},
{(char* const) "png-compression-level", required_argument, 0, OPTION_PNG_COMPRESSION_LEVEL},
{(char* const) "version", no_argument, 0, 'v'}
{(char* const) "version", no_argument, 0, 'v'},
{nullptr, no_argument, nullptr, 0}
};


Expand Down

0 comments on commit 1726a36

Please sign in to comment.