oups !
This commit is contained in:
parent
64489f5707
commit
ce49cc7a08
@ -79,12 +79,13 @@ Image_pixeliz_Y(Image_Desc *src, Image_Desc *dst)
|
||||
{
|
||||
int foo;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
#if DEBUG_LEVEL > 1
|
||||
fprintf(stderr, "Pixeliz Y: appel de test, pas finalise.\n");
|
||||
#endif
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
foo = Image_pixeliz_0(src, dst, 15, 5);
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, "Pixeliz Y: valeur obtenue: %d\n", foo);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user