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

Comparing ray/src/common/depthcodec.h (file contents):
Revision 2.3 by greg, Fri Jul 26 18:52:32 2019 UTC vs.
Revision 2.4 by greg, Wed Aug 14 21:00:14 2019 UTC

# Line 31 | Line 31 | extern "C" {
31   typedef struct {
32          FILE            *finp;                  /* input stream */
33          const char      *inpname;               /* input name */
34 <        int             format;                 /* decoded format */
34 >        short           format;                 /* decoded format */
35 >        short           swapped;                /* byte-swapped input */
36          long            dstart;                 /* start of data */
37          long            curpos;                 /* current input position */
38          double          refdepth;               /* reference depth */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines