// TODO: should always be the same as outputVideoFormat:
final VideoFormat format = convertCivilFormat(image.getFormat());
if ( null == jitterBuffer )
{
jitterBuffer = new RingBuffer(jitterbuflen);
if (TRACE) logger.fine("jitterbuflen=" + jitterbuflen);
}
synchronized ( currentBufferMutex )
{