aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_ocanvas.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-05-18 00:50:40 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-05-18 00:50:40 +0000
commit6a708e3b1d4acb456f24bcd1e3d09a83d1070243 (patch)
tree32a03d05e53a64fecaaeb6763288e128dbf50994 /modules/pdp_ocanvas.c
parentec1b4435c82dd4613724c8d891e52894c918334f (diff)
PiDiP 0.12.14
svn path=/trunk/externals/pidip/; revision=1734
Diffstat (limited to 'modules/pdp_ocanvas.c')
-rw-r--r--modules/pdp_ocanvas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_ocanvas.c b/modules/pdp_ocanvas.c
index e06a500..c92253b 100644
--- a/modules/pdp_ocanvas.c
+++ b/modules/pdp_ocanvas.c
@@ -238,7 +238,7 @@ static void pdp_ocanvas_input(t_pdp_ocanvas *x, t_symbol *s, t_floatarg f, t_int
/* release the packet */
if ( x->x_packets[ni] != -1 )
{
- pdp_packet_mark_unused(x->x_packets[ni]);
+ pdp_packet_delete(x->x_packets[ni]);
x->x_packets[ni] = -1;
}
x->x_dropped = pdp_packet_convert_ro_or_drop(&x->x_packets[ni], (int)f, pdp_gensym("image/YCrCb/*") );