[FFmpeg-devel] [PATCH 2/8] avcodec/g728_template: make hist parameter constant
Peter Ross
pross at xvid.org
Sun Jan 12 04:37:00 EET 2025
---
libavcodec/g728_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/g728_template.c b/libavcodec/g728_template.c
index 72eb5fde80..0c83b0dbdc 100644
--- a/libavcodec/g728_template.c
+++ b/libavcodec/g728_template.c
@@ -39,7 +39,7 @@ static void convolve(float *tgt, const float *src, int len, int n)
*/
static void do_hybrid_window(void (*vector_fmul)(float *dst, const float *src0, const float *src1, int len),
int order, int n, int non_rec, float *out,
- float *hist, float *out2, const float *window)
+ const float *hist, float *out2, const float *window)
{
int i;
float buffer1[MAX_BACKWARD_FILTER_ORDER + 1];
--
2.45.2
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250112/c8d1f21e/attachment.sig>
More information about the ffmpeg-devel
mailing list