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

Git pushed a commit to branch master
in repository ffmpeg.

commit 7e48c0afc90504955e05c45e2e3f886ecea5c4d7
Author:     Jack Lau <[email protected]>
AuthorDate: Tue Jan 20 20:32:49 2026 +0800
Commit:     Jack Lau <[email protected]>
CommitDate: Fri Feb 27 12:42:05 2026 +0000

    avformat/whip: add missing ":" in "a=rtcp-fb" when generate sdp
    
    Signed-off-by: Jack Lau <[email protected]>
---
 libavformat/whip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/whip.c b/libavformat/whip.c
index e728464660..6ec5badc47 100644
--- a/libavformat/whip.c
+++ b/libavformat/whip.c
@@ -744,7 +744,7 @@ static int generate_sdp_offer(AVFormatContext *s)
             "a=rtcp-rsize\r\n"
             "a=rtpmap:%u %s/90000\r\n"
             "a=fmtp:%u 
level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=%02x%02x%02x\r\n"
-            "a=rtcp-fb%u nack\r\n"
+            "a=rtcp-fb:%u nack\r\n"
             "a=rtpmap:%u rtx/90000\r\n"
             "a=fmtp:%u apt=%u\r\n"
             "a=ssrc-group:FID %u %u\r\n"

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

Reply via email to