porno canal+
This commit is contained in:
@@ -192,7 +192,7 @@ return FULL_NUCKED;
|
||||
}
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
* new 3 jan 203 - at Mixart-Myrys
|
||||
* new 3 jan 2013 - at Mixart-Myrys
|
||||
*/
|
||||
int Image_TV_cplus_v1(Image_Desc *src, Image_Desc *dst, int p)
|
||||
{
|
||||
@@ -200,7 +200,7 @@ int foo;
|
||||
int y, taille;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, "%s ( %p %p %d )\n", __func__, src, dst, p);
|
||||
fprintf(stderr, ">>> %s ( %p %p %d )\n", __func__, src, dst, p);
|
||||
#endif
|
||||
|
||||
if (p <= 1) {
|
||||
@@ -218,7 +218,8 @@ taille = src->width - (abs(p*2));
|
||||
fprintf(stderr, "%s: largeur %d, taille %d\n", __func__, src->width, taille);
|
||||
#endif
|
||||
|
||||
Image_gray_noise_0(dst, 20, 60);
|
||||
/* make a background for left and right border's pixels */
|
||||
Image_gray_noise_0(dst, 20, 90);
|
||||
|
||||
for (y=0; y<src->height; y++) {
|
||||
switch (rand()%3) {
|
||||
|
||||
Reference in New Issue
Block a user