Skip to content

Commit 8ce86e0

Browse files
committed
codec : dts : update the max parameter size
Increase the max parameter size to 2048 Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
1 parent a3dfee1 commit 8ce86e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/codec/dts/dts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
2020

2121
REM # mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
22-
mod_cfg = [0, 0, 0, 0, 296, 5000000, 384, 384, 0, 5000, 0]
22+
mod_cfg = [0, 0, 0, 0, 2048, 5000000, 384, 384, 0, 5000, 0]
2323

2424
index = __COUNTER__

0 commit comments

Comments
 (0)