Re: [FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct

2025-06-28 Thread Marvin Scholz
On 27 Jun 2025, at 23:50, Michael Niedermayer wrote: > On Tue, Jun 24, 2025 at 08:02:01PM +0200, Marvin Scholz wrote: >> This will be used in a future commit to expose the SR as side-data. >> --- >> libavcodec/defs.h | 14 ++ >> libavformat/rtpdec.c | 34 --

Re: [FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct

2025-06-27 Thread Michael Niedermayer
On Tue, Jun 24, 2025 at 08:02:01PM +0200, Marvin Scholz wrote: > This will be used in a future commit to expose the SR as side-data. > --- > libavcodec/defs.h | 14 ++ > libavformat/rtpdec.c | 34 -- > libavformat/rtpdec.h | 4 ++-- > libavformat/

[FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct

2025-06-24 Thread Marvin Scholz
This will be used in a future commit to expose the SR as side-data. --- libavcodec/defs.h | 14 ++ libavformat/rtpdec.c | 34 -- libavformat/rtpdec.h | 4 ++-- libavformat/rtspdec.c | 2 +- 4 files changed, 37 insertions(+), 17 deletions(-) diff