---
 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 b60122ee37..dd1b1a4415 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.47.2

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to