r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / resample.inc
blob045b43076b19af19e2123451ddf2c323b6378c4a
1 #ifndef RESAMPLE_INC
2 #define RESAMPLE_INC
4 class Resample;
5 class Resample_float;
7 #define RESAMPLE_CHUNKSIZE 0x10000
9 #endif