commit whitout testing :)

This commit is contained in:
tth
2021-02-22 14:44:02 +01:00
parent 568811eb90
commit 3fce2b19c5
2 changed files with 32 additions and 7 deletions

View File

@@ -120,10 +120,6 @@ int insert_picture(FloatImg *src)
FloatImg *dst;
int nbre;
/*
* this is the where we can insert the 'input filter'
*/
dst = &g_fifo.slots[g_fifo.next];
nbre = dst->width * dst->height * sizeof(float);