mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 13:20:01 +01:00
drop overlap buffer after use
This commit is contained in:
@@ -610,6 +610,7 @@ int vj_task_run(uint8_t **buf1, uint8_t **buf2, uint8_t **buf3, int *strides,int
|
||||
free(f[j]->overlaprow);
|
||||
f[j]->overlaprow = NULL;
|
||||
}
|
||||
f[j]->overlap = 0;
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user