Re: [FFmpeg-devel] [PATCH] avformat/sdp: add framerate entry

2025-05-23 Thread Marvin Scholz
On 23 May 2025, at 20:53, Michael Niedermayer wrote: > Hi Marvin > > On Fri, May 23, 2025 at 02:11:24AM +0200, Marvin Scholz wrote: >> --- >> libavformat/sdp.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/libavformat/sdp.c b/libavformat/sdp.c >> index 215e38f8fc..21ada5d1ce 1

Re: [FFmpeg-devel] [PATCH] avformat/sdp: add framerate entry

2025-05-23 Thread Michael Niedermayer
Hi Marvin On Fri, May 23, 2025 at 02:11:24AM +0200, Marvin Scholz wrote: > --- > libavformat/sdp.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/sdp.c b/libavformat/sdp.c > index 215e38f8fc..21ada5d1ce 100644 > --- a/libavformat/sdp.c > +++ b/libavformat/sdp.c > @@ -867

[FFmpeg-devel] [PATCH] avformat/sdp: add framerate entry

2025-05-22 Thread Marvin Scholz
--- libavformat/sdp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 215e38f8fc..21ada5d1ce 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -867,6 +867,9 @@ int ff_sdp_write_media(char *buff, int size, const AVStream *st, int idx,