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.2 by greg, Fri Jul 26 17:04:12 2019 UTC vs.
Revision 2.3 by greg, Wed Aug 14 21:00:14 2019 UTC

# Line 29 | Line 29 | extern "C" {
29   typedef struct {
30          FILE            *finp;                  /* input stream */
31          const char      *inpname;               /* input name */
32 <        int             format;                 /* decoded format */
32 >        short           format;                 /* decoded format */
33 >        short           swapped;                /* byte-swapped input */
34          long            dstart;                 /* start of data */
35          long            curpos;                 /* current input position */
36          int             hdrflags;               /* header i/o flags */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines