mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
issue #42, add mean filter, constrain bg subtraction filters to 1 instance
This commit is contained in:
@@ -183,7 +183,7 @@ typedef struct sample_info_t {
|
||||
#define SAMPLE_DEC_BIBBER 1
|
||||
#define SAMPLE_DEC_FREEZE 2
|
||||
extern int sample_chain_malloc(int sample_id);
|
||||
extern int sample_chain_free(int sample_id);
|
||||
extern int sample_chain_free(int sample_id, int global);
|
||||
extern int sample_size();
|
||||
extern int sample_verify();
|
||||
extern int sample_init(int len, void *font, editlist *el);
|
||||
|
||||
Reference in New Issue
Block a user