Commit 99164aae authored by lintervo's avatar lintervo
Browse files

Revert edited_gain_fx to Q31

parent f8df8efd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ void ivas_ism_reset_metadata(
    move16();

#ifdef OBJ_EDITING_API
    hIsmMeta->edited_gain_fx = ONE_IN_Q30;
    hIsmMeta->edited_gain_fx = ONE_IN_Q31;
    hIsmMeta->edited_azimuth_fx = 0;
    hIsmMeta->edited_elevation_fx = 0;
    hIsmMeta->edited_pitch_fx = 0;