repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
resample.inc
blob
3e1eba14b28e27f596aab13dcf853f5e5b87aa56
1
#ifndef RESAMPLE_INC
2
#define RESAMPLE_INC
3
4
class Resample;
5
class Resample_float;
6
7
#define RESAMPLE_CHUNKSIZE 0x10000
8
9
#endif
10
/*
11
// Local Variables:
12
// mode: C++
13
// c-file-style: "linux"
14
// End:
15
*/