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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 10d36e5d3d fftools/ffprobe: Initialize data_dump_format_id
10d36e5d3d is described below

commit 10d36e5d3d1b930ee9efc3840a8c72832f5ca404
Author:     Olivier Laflamme <[email protected]>
AuthorDate: Thu Mar 12 16:42:06 2026 +0100
Commit:     michaelni <[email protected]>
CommitDate: Fri Mar 13 01:19:39 2026 +0000

    fftools/ffprobe: Initialize data_dump_format_id
    
    This was used uninitialized previously
    
    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 c090e62099..e2b58b70f7 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -3252,7 +3252,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