Commit e3cfe5b6 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compile error

parent 4c17c028
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -476,7 +476,7 @@ void ivas_ism_reset_metadata(
    hIsmMeta->edited_elevation_fx = 0;
    hIsmMeta->edited_pitch_fx = 0;
    hIsmMeta->edited_yaw_fx = 0;
    hIsmMeta->edited_radius_fx = ONE_IN_Q30;
    hIsmMeta->edited_radius_fx = ONE_IN_Q9;
    hIsmMeta->gain_fx = ONE_IN_Q30;
    hIsmMeta->non_diegetic_flag = 0;
#endif