Commit 6b8813b1 authored by fotopoulou's avatar fotopoulou
Browse files

change initialization of gains in metadata to Q31

parent b6abe4e4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -471,13 +471,13 @@ 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;
    hIsmMeta->edited_yaw_fx = 0;
    hIsmMeta->edited_radius_fx = ONE_IN_Q9;
    hIsmMeta->gain_fx = ONE_IN_Q30;
    hIsmMeta->gain_fx = ONE_IN_Q31;
    hIsmMeta->non_diegetic_flag = 0;
#endif