DV_DIF_BLOCK_SIZE
while (ptr + DV_DIF_BLOCK_SIZE <= end) {
if (sc->frame_offset + DV_DIF_BLOCK_SIZE <=
ptr, DV_DIF_BLOCK_SIZE);
sc->frame_offset += DV_DIF_BLOCK_SIZE;
ptr += DV_DIF_BLOCK_SIZE;