Re: [FFmpeg-devel] [PATCH 1/3] avformat/rtsp: fix misleading indentation

2025-07-11 Thread Marvin Scholz
On 10 Jul 2025, at 12:51, Marvin Scholz wrote: > On 8 Jul 2025, at 17:09, Marvin Scholz wrote: > >> --- >> libavformat/rtsp.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c >> index 8d360b375f..6201f09136 100644 >> --- a/

Re: [FFmpeg-devel] [PATCH 1/3] avformat/rtsp: fix misleading indentation

2025-07-10 Thread Marvin Scholz
On 8 Jul 2025, at 17:09, Marvin Scholz wrote: > --- > libavformat/rtsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index 8d360b375f..6201f09136 100644 > --- a/libavformat/rtsp.c > +++ b/libavformat/rtsp.c > @@ -602,8

[FFmpeg-devel] [PATCH 1/3] avformat/rtsp: fix misleading indentation

2025-07-08 Thread Marvin Scholz
--- libavformat/rtsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 8d360b375f..6201f09136 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -602,8 +602,8 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseS