CVFilter are now properly created and applied

but can't be controlled from the gui (yet)
This commit is contained in:
xant
2010-06-14 23:21:38 +02:00
parent fa51e2706d
commit 2a520b4e84
5 changed files with 48 additions and 16 deletions

View File

@@ -79,8 +79,9 @@ public:
protected:
void destruct(FilterInstance *inst);
void update(FilterInstance *inst, double time, uint32_t *inframe, uint32_t *outframe);
private:
FilterParams *desc;
FACTORY_ALLOWED
};