Le maanantaina 6. marraskuuta 2023, 17.36.18 EET Kieran Kunhya a écrit :
> On Mon, 6 Nov 2023 at 15:19, Michael Riedl
>
> wrote:
> > Whitespaces after semicolon breaks some servers
>
> Are you sure this patch doesn't break other servers? SDP is a painfully
> fragile format.
AFAIK, you're not su
On Mon, 6 Nov 2023 at 15:19, Michael Riedl
wrote:
> Whitespaces after semicolon breaks some servers
>
Are you sure this patch doesn't break other servers? SDP is a painfully
fragile format.
Kieran
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
Whitespaces after semicolon breaks some servers
Signed-off-by: Michael Riedl
---
libavformat/sdp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/sdp.c b/libavformat/sdp.c
index 68889362906..5ab017b1ba5 100644
--- a/libavformat/sdp.c
+++ b/libavformat/sdp.c
@