Skip to content

Issue with headtracking in OSBA

(Generic issue template)

In function ivas_binRenderer_open(), the rotation in CLDFB flag is currently ignoring OSBA format

hBinRenderer->rotInCldfb = 0;
if ( st_ivas->ivas_format == MC_FORMAT || st_ivas->ivas_format == SBA_FORMAT )
{
    hBinRenderer->rotInCldfb = 1;
}