Loading lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,8 @@ #define NONBE_FIX_984_OMASA_EXT_OUTPUT /* Nokia: issue #984: complete the OMASA EXT output implementation */ #define NONBE_FIX_998_DIRAC_ROTATION /* FhG: fix issue 998: DirAC scene rotation accidentially deactivated */ /* ##################### End NON-BE switches ########################### */ /* ################## End DEVELOPMENT switches ######################### */ Loading lib_dec/ivas_output_config.c +4 −0 Original line number Diff line number Diff line Loading @@ -188,7 +188,11 @@ void ivas_renderer_select( } else if ( nchan_internal == 4 || nchan_internal == 3 ) { #ifdef NONBE_FIX_998_DIRAC_ROTATION st_ivas->hCombinedOrientationData->shd_rot_max_order = 1; #else st_ivas->hCombinedOrientationData->shd_rot_max_order = 0; #endif } else if ( nchan_internal == 6 || nchan_internal == 5 ) { Loading Loading
lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,8 @@ #define NONBE_FIX_984_OMASA_EXT_OUTPUT /* Nokia: issue #984: complete the OMASA EXT output implementation */ #define NONBE_FIX_998_DIRAC_ROTATION /* FhG: fix issue 998: DirAC scene rotation accidentially deactivated */ /* ##################### End NON-BE switches ########################### */ /* ################## End DEVELOPMENT switches ######################### */ Loading
lib_dec/ivas_output_config.c +4 −0 Original line number Diff line number Diff line Loading @@ -188,7 +188,11 @@ void ivas_renderer_select( } else if ( nchan_internal == 4 || nchan_internal == 3 ) { #ifdef NONBE_FIX_998_DIRAC_ROTATION st_ivas->hCombinedOrientationData->shd_rot_max_order = 1; #else st_ivas->hCombinedOrientationData->shd_rot_max_order = 0; #endif } else if ( nchan_internal == 6 || nchan_internal == 5 ) { Loading