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

Git pushed a commit to branch release/6.1
in repository ffmpeg.

The following commit(s) were added to refs/heads/release/6.1 by this push:
     new 9952176ef7 avcodec/tableprint_vlc: Unbreak hardcoded tables
9952176ef7 is described below

commit 9952176ef74875efac4a2b03f62c4216a9943f41
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Dec 4 18:42:02 2025 +0100
Commit:     Certseeds <[email protected]>
CommitDate: Mon Feb 9 15:31:48 2026 +0000

    avcodec/tableprint_vlc: Unbreak hardcoded tables
    
    Forgotten in d8ffec5bf9a2803f55cc0822a97b7815f24bee83.
    Fixes issue #21102.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
    (cherry picked from commit 1d47ae65bf6df91246cbe25c997b25947f7a4d1d)
---
 libavcodec/tableprint_vlc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index b97c1f9cfb..e42bf08a71 100644
--- a/libavcodec/tableprint_vlc.h
+++ b/libavcodec/tableprint_vlc.h
@@ -27,7 +27,7 @@
 #define av_log(a, ...) while(0)
 #define ff_dlog(a, ...) while(0)
 #define AVUTIL_MEM_H
-#define av_malloc(s) NULL
+#define av_mallocz(s) NULL
 #define av_malloc_array(a, b) NULL
 #define av_realloc_f(p, o, n) NULL
 #define av_free(p) while(0)

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

Reply via email to