Re: [FFmpeg-devel] [PATCH v2 1/3] lavf/rtpdec: fix RTCP SR packet length check

2025-07-04 Thread Marvin Scholz
On 28 Jun 2025, at 16:27, Marvin Scholz wrote: > The minimum valid packet length is 28, given that the length includes > the packet header. > > This didn't cause any issues so far as the code did not care about the > last two fields in the SR section, but will be relevant in a future > commit.

[FFmpeg-devel] [PATCH v2 1/3] lavf/rtpdec: fix RTCP SR packet length check

2025-06-28 Thread Marvin Scholz
The minimum valid packet length is 28, given that the length includes the packet header. This didn't cause any issues so far as the code did not care about the last two fields in the SR section, but will be relevant in a future commit. --- libavformat/rtpdec.c | 2 +- 1 file changed, 1 insertion(