ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | 
Thu Mar 28 23:28:11 2024 +0100| [199c479b9ac08e41625736cf0e44db354ca4ab0d] | 
committer: Andreas Rheinhardt

avcodec/arm/vp8: Don't discard const

Forgotten in 25e1986e6816fabf7f6065d090994f8ad050e540.

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=199c479b9ac08e41625736cf0e44db354ca4ab0d
---

 libavcodec/arm/vp8.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h
index 7c59a7d63d..6f128ffebe 100644
--- a/libavcodec/arm/vp8.h
+++ b/libavcodec/arm/vp8.h
@@ -29,7 +29,8 @@
 #define vp8_decode_block_coeffs_internal ff_decode_block_coeffs_armv6
 int ff_decode_block_coeffs_armv6(VPXRangeCoder *rc, int16_t block[16],
                                  uint8_t probs[8][3][NUM_DCT_TOKENS-1],
-                                 int i, uint8_t *token_prob, int16_t qmul[2]);
+                                 int i, const uint8_t *token_prob,
+                                 const int16_t qmul[2]);
 #endif
 
 #endif /* AVCODEC_ARM_VP8_H */

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

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

Reply via email to