Re: [FFmpeg-devel] [PATCH 1/6] avformat/rtpdec: update the previous with new seq

2020-10-14 Thread Martin Storsjö
On Wed, 14 Oct 2020, lance.lmw...@gmail.com wrote: From: Limin Wang If the rtp input is discontinued, we'll drop all the new received packets now, It's better to update the previous seq with the new seq so that the following packets will not be dropped always. Signed-off-by: Limin Wang --- l

[FFmpeg-devel] [PATCH 1/6] avformat/rtpdec: update the previous with new seq

2020-10-14 Thread lance . lmwang
From: Limin Wang If the rtp input is discontinued, we'll drop all the new received packets now, It's better to update the previous seq with the new seq so that the following packets will not be dropped always. Signed-off-by: Limin Wang --- libavformat/rtpdec.c | 1 + 1 file changed, 1 insertio