Re: [FFmpeg-devel] [PATCH] avcodec/lpc: account for odd len values

2024-05-31 Thread Rémi Denis-Courmont
Le 31 mai 2024 15:39:35 GMT+03:00, James Almer a écrit : >Signed-off-by: James Almer >--- > libavcodec/lpc.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c >index dfd6114690..e793e54038 100644 >--- a/libavcodec/lpc.c >+++ b/libavc

[FFmpeg-devel] [PATCH] avcodec/lpc: account for odd len values

2024-05-31 Thread James Almer
Signed-off-by: James Almer --- libavcodec/lpc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c index dfd6114690..e793e54038 100644 --- a/libavcodec/lpc.c +++ b/libavcodec/lpc.c @@ -120,9 +120,8 @@ static void lpc_compute_autocorr_c(con