repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1005: Increase the number of displayed digits for resample audio dialog box
[cinelerra_cv/mob.git]
/
cinelerra
/
resample.inc
blob
045b43076b19af19e2123451ddf2c323b6378c4a
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