| 119 | } |
| 120 | |
| 121 | static 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 | |
| 126 | static void term_source(j_decompress_ptr) { |
| 127 | // no work necessary here |
nothing calls this directly
no outgoing calls
no test coverage detected