Variable Frame.index

struct Frame
{
  // ...
  int index = -1;
  // ...
}