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

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.44 by greg, Tue Dec 9 22:46:41 2003 UTC vs.
Revision 2.45 by greg, Sun Feb 15 06:21:01 2004 UTC

# Line 915 | Line 915 | int    rvr
915                                            progname, frame);
916                  quit(1);
917          }
918        if (ep == NULL) {
919                 fprintf(stderr,
920                        "%s: unexpected error reading exposure for frame %d\n",
921                                          progname, frame);
922                quit(1);
923        }
918          usepinterp = (nblur > 1);
919          usepfilt = pfiltalways | (ep==NULL);
920          if (ep != NULL && !strcmp(ep, "1"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines