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

Function term_source

plugins/jpeg_buffer.h:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void term_source(j_decompress_ptr) {
127 // no work necessary here
128}
129
130static void jpeg_mem_src(j_decompress_ptr cinfo, JOCTET * memptr,int lenght) {
131 my_src_mptr src;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected