r955: Fix the Diffkey icon.
[cinelerra_cv.git] / quicktime / graphics.h
blobb1e2faf22344cd2ad8b4b020c14c4de7ded96431
1 #ifndef QUICKTIME_GRAPHICS_H
2 #define QUICKTIME_GRAPHICS_H
4 typedef struct
6 long rtoy_tab[256], gtoy_tab[256], btoy_tab[256];
7 long rtou_tab[256], gtou_tab[256], btou_tab[256];
8 long rtov_tab[256], gtov_tab[256], btov_tab[256];
10 long vtor_tab[256], vtog_tab[256];
11 long utog_tab[256], utob_tab[256];
12 long *vtor, *vtog, *utog, *utob;
13 } quicktime_yuv_t;
15 typedef struct
17 int *input_x;
18 int *input_y;
19 int in_w, in_h, out_w, out_h;
20 } quicktime_scaletable_t;
22 #endif