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

Comparing ray/src/common/normcodec.h (file contents):
Revision 2.4 by greg, Thu Nov 7 23:20:28 2019 UTC vs.
Revision 2.5 by greg, Wed Aug 24 19:55:58 2022 UTC

# Line 32 | Line 32 | typedef struct {
32          short           format;                 /* decoded format */
33          short           swapped;                /* byte-swapped input */
34          long            dstart;                 /* start of data */
35        long            curpos;                 /* current input position */
35          short           hdrflags;               /* header i/o flags */
36          char            inpfmt[MAXFMTLEN];      /* format from header */
37          RESOLU          res;                    /* input resolution */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines