On Sun, Jun 08, 2025 at 05:07:37PM +0200, Clément Péron wrote:
> Change delta_timestamp to int32_t and add explicit cast to handle
> RTP timestamp wraparound correctly. This fixes implementation-defined
> behavior when computing negative timestamp differences due to 32-bit
> wraparound.
>
> Signed
Change delta_timestamp to int32_t and add explicit cast to handle
RTP timestamp wraparound correctly. This fixes implementation-defined
behavior when computing negative timestamp differences due to 32-bit
wraparound.
Signed-off-by: Clément Péron
---
libavformat/rtpdec.c | 6 --
1 file change