Unverified Commit 56ee9d80 authored by Sumeyra Demir Kanik's avatar Sumeyra Demir Kanik
Browse files

Keep max radius definition inside the switch

parent c26bae79
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -43,8 +43,9 @@ the United Nations Convention on Contracts on the International Sales of Goods.

#define OBJ_EDIT_GAIN_MIN 0.06309573f /* -24 dB */
#define OBJ_EDIT_GAIN_MAX 15.84893f   /* +24 dB */
#ifdef FIX_1427_OBJ_EDITING_EXT_METADATA
#define OBJ_EDIT_RADIUS_MAX 15.75f /* Max radius = (2^ISM_RADIUS_NBITS-1)*0.25 = 15.75 */

#endif
typedef struct ObjectEditFileReader ObjectEditFileReader;
typedef struct ReadObjectEditInfo ReadObjectEditInfo;