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

Git pushed a commit to branch master
in repository ffmpeg.

commit a37c00c4e949b04bd13beddabe0122011d8a65d0
Author:     Niklas Haas <[email protected]>
AuthorDate: Wed Jun 10 14:16:12 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Sun Jun 14 11:10:12 2026 +0200

    avformat/shared: add missing ret = 0
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <[email protected]>
---
 libavformat/shared.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/shared.c b/libavformat/shared.c
index 0b02dd42be..cdeca74b78 100644
--- a/libavformat/shared.c
+++ b/libavformat/shared.c
@@ -323,6 +323,7 @@ static int shared_open(URLContext *h, const char *arg, int 
flags, AVDictionary *
 
     h->max_packet_size = s->block_size;
     h->min_packet_size = s->block_size;
+    ret = 0;
 
 fail:
     if (ret < 0)

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

Reply via email to