7 lines
134 B
C
7 lines
134 B
C
|
#ifndef _OPJ_CONVERT_H_
|
||
|
#define _OPJ_CONVERT_H_
|
||
|
|
||
|
extern void opj_convert_sycc_to_rgb(opj_image_t *img);
|
||
|
|
||
|
#endif /* _OPJ_CONVERT_H_ */
|