This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 9612684badbfb61d6382545bfbdebef1bb4b4bea
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Fri Aug 7 01:08:56 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun Aug 9 17:21:34 2026 +0200

    avcodec/ttadata: Don't use too big arrays
    
    Reviewed-by: Lynne <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/ttadata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ttadata.h b/libavcodec/ttadata.h
index 1ec1d749ce..3554817183 100644
--- a/libavcodec/ttadata.h
+++ b/libavcodec/ttadata.h
@@ -23,7 +23,7 @@
 
 #include <stdint.h>
 
-#define MAX_ORDER 16
+#define MAX_ORDER 8
 typedef struct TTAFilter {
     int32_t shift, round, error;
     int32_t qm[MAX_ORDER];

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to