blob: cc9664a10c8c98dd7777ec06ff2271c4da3fba9e (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef IMV_BACKEND_LIBJPEG_H
#define IMV_BACKEND_LIBJPEG_H
struct imv_backend;
/* Get an instance of the libjpeg backend */
const struct imv_backend *imv_backend_libjpeg(void);
#endif
|