license header for review
[cinelerra_cv/ct.git] / cinelerra / filebase.inc
blob253864bb6dd17a2a7081e4079299fa940dd80477
1 #ifndef FILEBASE_INC
2 #define FILEBASE_INC
4 class FileBase;
6 // color models for transfers
7 // Want to abstract the color model down to the pixel level so pass
8 // the color model to the transfer routine.
10 #define FILEBASE_GREY 1
11 #define FILEBASE_YUV 2
12 #define FILEBASE_RAW 3
13 #define FILEBASE_RGBA 4
16 #endif
18 //      Local Variables:
19 //      mode: C++
20 //      c-file-style: "linux"
21 //      End: