Skip to content

Commit

Permalink
Add missing skip_input_data function reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Dec 24, 2022
1 parent 8d6fdb0 commit 3401f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jpegsrc.c
Expand Up @@ -155,6 +155,7 @@ void jpeg_custom_src(j_decompress_ptr dinfo, FILE *infile,
src->pub.init_source = custom_init_source;
src->pub.fill_input_buffer = custom_fill_input_buffer;
src->pub.resync_to_restart = jpeg_resync_to_restart;
src->pub.skip_input_data = custom_skip_input_data;
src->pub.term_source = custom_term_source;
src->infile = infile;
src->pub.bytes_in_buffer = 0;
Expand Down

0 comments on commit 3401f25

Please sign in to comment.