ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/depthcodec.c
(Generate patch)

Comparing ray/src/common/depthcodec.c (file contents):
Revision 2.8 by greg, Sat Jan 25 05:35:34 2020 UTC vs.
Revision 2.10 by greg, Thu Mar 5 17:43:22 2020 UTC

# Line 97 | Line 97 | headline(char *s, void *p)
97                          }
98                          return -1;
99                  }
100 +                if (dcp->hdrflags & HF_ENCODE)
101 +                        return 0;       /* will add this later */
102          } else if (!strncmp(s, "SAMP360=", 8))
103                  dcp->gotview--;
104          else if (isview(s))             /* get view params */
# Line 317 | Line 319 | seek_dc_pix(DEPTHCODEC *dcp, int x, int y)
319                  return -1;
320          }
321          dcp->curpos = seekpos;
322 +        dcp->use_last = 0;
323          return 1;
324   }
325  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines