--- ray/src/util/ranimove.h 2012/10/05 00:59:38 3.9 +++ ray/src/util/ranimove.h 2012/10/05 01:03:22 3.10 @@ -1,4 +1,4 @@ -/* RCSid $Id: ranimove.h,v 3.9 2012/10/05 00:59:38 greg Exp $ */ +/* RCSid $Id: ranimove.h,v 3.10 2012/10/05 01:03:22 greg Exp $ */ /* * ranimove.h * @@ -136,7 +136,6 @@ extern short *xmbuffer; /* x motion at each pixel */ extern short *ymbuffer; /* y motion at each pixel */ extern uby8 *abuffer; /* accuracy at each pixel */ extern uby8 *sbuffer; /* sample count per pixel */ -extern COLOR *outbuffer; /* output buffer (may equal cbuffer) */ extern VIEW vwprev; /* last frame's view */ extern COLOR *cprev; /* last frame colors */ @@ -154,6 +153,7 @@ extern double hlsmax; /* maximum high-level saliency #define CSF_SMN (1./0.82) /* 1/avg_tracking_efficacy */ +#define outbuffer cprev /* used to hold final output */ #define wbuffer zprev /* used for final filtering */ #define fndx(x,y) ((y)*hres + (x))