#ifndef _DISPLAY_H #define _DISPLAY_H extern int create_pel(int RR,int GG,int BB); extern void yuv_to_rgb(jint *rgb_pels,pel_t ** (*yuv_frame)[3], struct dimensions_t dim); extern void rgb_to_yuv(); #endif /* DISPLAY_H */