| 124 | } |
| 125 | |
| 126 | static void term_source(j_decompress_ptr) { |
| 127 | // no work necessary here |
| 128 | } |
| 129 | |
| 130 | static void jpeg_mem_src(j_decompress_ptr cinfo, JOCTET * memptr,int lenght) { |
| 131 | my_src_mptr src; |
nothing calls this directly
no outgoing calls
no test coverage detected