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

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

commit 711b69c6158d27da878e29d681b4f0680374b645
Author:     Olivier Laflamme <[email protected]>
AuthorDate: Thu Mar 12 16:42:06 2026 +0100
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Sun Mar 15 00:49:55 2026 +0100

    fftools/ffprobe: Initialize data_dump_format_id
    
    This was used uninitialized previously
    
    Signed-off-by: Michael Niedermayer <[email protected]>
    (cherry picked from commit 10d36e5d3d1b930ee9efc3840a8c72832f5ca404)
    Signed-off-by: Michael Niedermayer <[email protected]>
---
 fftools/ffprobe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index c02df4b45f..3c29fc2557 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -3238,7 +3238,7 @@ int main(int argc, char **argv)
     char *buf;
     char *f_name = NULL, *f_args = NULL;
     int ret, input_ret;
-    AVTextFormatDataDump data_dump_format_id;
+    AVTextFormatDataDump data_dump_format_id = AV_TEXTFORMAT_DATADUMP_XXD;
 
     init_dynload();
 

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

Reply via email to