issue #42, add mean filter, constrain bg subtraction filters to 1 instance

This commit is contained in:
c0ntrol
2016-04-02 16:34:44 +02:00
parent 81da37e5f0
commit a2db1d5501
21 changed files with 493 additions and 144 deletions

View File

@@ -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);