Apologies for subject title :D In my code for Sandwich, I'm asking for the nth frame and also the nth-1 and nth+1 frames. (Lets call them nA(0),nA(-1) and nA(1) ) After processing, I then have an altered nth frame. nA'(0), which I output. Does this altered frame nA'(0) become the next nth-1 frame, nB(-1), when I move to processing the next frame, nB(0), or will I get the original untouched frame, nA(0)? I hope there are no typos in this :o regards Simon