MCPcopy Create free account
hub / github.com/GreycLab/CImg / init_msource

Function init_msource

plugins/jpeg_buffer.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static void init_msource(j_decompress_ptr cinfo) {
122 my_src_mptr src = (my_src_mptr)cinfo->src;
123 src->start_of_file = TRUE;
124}
125
126static void term_source(j_decompress_ptr) {
127 // no work necessary here

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected