[xiph-cvs] cvs commit: w3d main.c

Holger Waechtler holger at xiph.org
Wed Mar 28 06:32:54 PST 2001



holger      01/03/28 06:32:53

  Modified:    .        main.c
  Log:
  - disabled some debug output

Revision  Changes    Path
1.3       +2 -2      w3d/main.c

Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/w3d/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- main.c	2001/03/28 13:46:58	1.2
+++ main.c	2001/03/28 14:32:53	1.3
@@ -239,11 +239,11 @@
          rgb [3*i]   = (y->data[i] == y2->data [i]) ? 0 : ~0;
          rgb [3*i+1] = (u->data[i] == u2->data [i]) ? 0 : ~0;
          rgb [3*i+2] = (v->data[i] == v2->data [i]) ? 0 : ~0;
-if (y->data[i] != y2->data [i]) {
+/*if (y->data[i] != y2->data [i]) {
    printf ("%i: %i <-> %i\n", i, y->data[i], y2->data[i]);
 bit_print (y->data[i]);
 bit_print (y2->data[i]);
-}
+}*/
       }
 
       save_ppm ("coeffdiff%i.ppm", rgb, width, height, frame, frames);

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list