Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / resample.inc
blob3e1eba14b28e27f596aab13dcf853f5e5b87aa56
1 #ifndef RESAMPLE_INC
2 #define RESAMPLE_INC
4 class Resample;
5 class Resample_float;
7 #define RESAMPLE_CHUNKSIZE 0x10000
9 #endif
11 //      Local Variables:
12 //      mode: C++
13 //      c-file-style: "linux"
14 //      End: