Files
FFmpeg/libavcodec
Michael Niedermayer 56913de807 avcodec/g723_1enc: Make min_err 64bit
This is intending to fix the case described in https://lists.ffmpeg.org/archives/list/ffmpeg-devel@ffmpeg.org/thread/AAZ7GJPPUJI5SCVTDGJ6QL7UUEP56WOM/
Where FCBParam optim is used uninitialized

a min_err of 1<<30, allows the struct to be never initilialized as all
err (which is int32_t) can be larger than min_err. By increasing min_err
above the int32_t range this is no longer possible

Untested, as i do not have the testcase

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>i
(cherry picked from commit 909af3a571)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2025-11-19 12:45:53 +01:00
..
2024-08-14 18:21:01 +02:00
2024-09-17 21:12:31 +02:00
2025-01-23 01:20:11 +01:00
2024-09-06 13:59:28 +02:00
2024-09-24 15:37:17 +02:00
2025-09-08 02:13:25 +02:00
2025-09-08 02:13:19 +02:00
2025-11-19 12:45:53 +01:00
2025-09-08 02:13:28 +02:00
2025-06-11 17:29:47 +02:00
2025-01-23 01:20:11 +01:00
2024-07-23 23:21:17 +02:00
2025-09-08 02:13:17 +02:00
2025-09-08 02:13:18 +02:00
2024-09-24 15:37:19 +02:00
2025-09-08 02:13:11 +02:00
2025-09-08 02:13:22 +02:00
2024-08-09 13:40:26 +08:00
2025-09-08 02:13:32 +02:00
2025-09-08 02:13:27 +02:00
2025-06-11 17:29:49 +02:00
2024-09-24 15:37:19 +02:00
2025-01-03 18:28:44 +01:00
2024-09-24 15:37:20 +02:00