Commit 8a905890 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

wrap changes into ifdef NONBE_FIX_998_DIRAC_ROTATION

parent 6000b47a
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ######################### */
+4 −0
Original line number Diff line number Diff line
@@ -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 )
                {