r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / filebase.inc
blob5467289d6c0791da0e6dfb03995d78fb3dff671e
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