MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / libraw_get_decoder_info

Function libraw_get_decoder_info

src/libraw_c_api.cpp:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 ip->free_image();
307 }
308 int libraw_get_decoder_info(libraw_data_t *lr, libraw_decoder_info_t *d)
309 {
310 if (!lr || !d)
311 return EINVAL;
312 LibRaw *ip = (LibRaw *)lr->parent_class;
313 return ip->get_decoder_info(d);
314 }
315 int libraw_COLOR(libraw_data_t *lr, int row, int col)
316 {
317 if (!lr)

Callers

nothing calls this directly

Calls 1

get_decoder_infoMethod · 0.80

Tested by

no test coverage detected