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

Git pushed a commit to branch master
in repository ffmpeg.

commit 5e730270990e00bb068e8bb876aedaf55404c5ac
Author:     Jack Lau <[email protected]>
AuthorDate: Sat Nov 15 19:23:39 2025 +0800
Commit:     Jack Lau <[email protected]>
CommitDate: Mon Jan 19 21:37:17 2026 +0800

    avfotmat/whip: remove ssl_error_message since it's no longer in use
    
    Signed-off-by: Jack Lau <[email protected]>
---
 libavformat/whip.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/whip.c b/libavformat/whip.c
index b3d661fa1a..b5847f0a6b 100644
--- a/libavformat/whip.c
+++ b/libavformat/whip.c
@@ -299,8 +299,6 @@ typedef struct WHIPContext {
      */
     uint8_t dtls_srtp_materials[(DTLS_SRTP_KEY_LEN + DTLS_SRTP_SALT_LEN) * 2];
 
-    char ssl_error_message[256];
-
     /* TODO: Use AVIOContext instead of URLContext */
     URLContext *dtls_uc;
 

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

Reply via email to