r969: Render format selector: Do not change the path name when the format is changed.
[cinelerra_cv/ct.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