Re: [FFmpeg-devel] [PATCH] crash fixed: live stream.

2020-02-19 Thread Andriy Gelman
On Wed, 19. Feb 04:30, mostafa namazi wrote: > Hello Andriyyou can see my patch in below link. please review that. thanks. > [FFmpeg-devel] new patch - Patchwork > If you had a crash, you should probably open a ticket on https://trac.ffmpeg.org/ Thanks, -- Andriy _

Re: [FFmpeg-devel] [PATCH] crash fixed: live stream.

2020-02-18 Thread mostafa namazi
Hello Andriyyou can see my patch in below link. please review that. thanks. [FFmpeg-devel] new patch - Patchwork | | | | [FFmpeg-devel] new patch - Patchwork | | | On Wednesday, February 19, 2020, 1:01:21 AM GMT+3:30, Andriy Gelman wrote: On Tue, 18. Feb 18:52, Mostafa Na

Re: [FFmpeg-devel] [PATCH] crash fixed: live stream.

2020-02-18 Thread Andriy Gelman
On Tue, 18. Feb 18:52, Mostafa Namazi fard wrote: > --- > libavformat/hls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index 1f58e745a7..97b1a1db52 100644 > --- a/libavformat/hls.c > +++ b/libavformat/hls.c > @@ -2110,7 +2110,7

[FFmpeg-devel] [PATCH] crash fixed: live stream.

2020-02-18 Thread Mostafa Namazi fard
--- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 1f58e745a7..97b1a1db52 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -2110,7 +2110,7 @@ static int hls_read_packet(AVFormatContext *s, AVPacket *pkt)