Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-26 Thread Marton Balint
On Sat, 26 Sep 2020, Michael Niedermayer wrote: On Sat, Sep 26, 2020 at 12:46:40PM +0200, Marton Balint wrote: On Sat, 26 Sep 2020, Michael Niedermayer wrote: On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/aviobuf.c | 7 +

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-26 Thread Michael Niedermayer
On Sat, Sep 26, 2020 at 12:46:40PM +0200, Marton Balint wrote: > > > On Sat, 26 Sep 2020, Michael Niedermayer wrote: > > > On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > > > Signed-off-by: Marton Balint > > > --- > > > libavformat/aviobuf.c | 7 +-- > > > 1 file changed,

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-26 Thread Marton Balint
On Sat, 26 Sep 2020, Michael Niedermayer wrote: On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/aviobuf.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) The commit message is too terse. It is not clear from it what

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-26 Thread Michael Niedermayer
On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/aviobuf.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) The commit message is too terse. It is not clear from it what the problem is that is being fixed and how it i

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-26 Thread Marton Balint
On Sun, 20 Sep 2020, Marton Balint wrote: On Sun, 20 Sep 2020, Paul B Mahol wrote: On Sun, Sep 20, 2020 at 03:16:15PM +0200, Marton Balint wrote: On Sun, 20 Sep 2020, Paul B Mahol wrote: > On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > > Signed-off-by: Marton Balint

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-20 Thread Marton Balint
On Sun, 20 Sep 2020, Paul B Mahol wrote: On Sun, Sep 20, 2020 at 03:16:15PM +0200, Marton Balint wrote: On Sun, 20 Sep 2020, Paul B Mahol wrote: > On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > > Signed-off-by: Marton Balint > > --- > > libavformat/aviobuf.c | 7 +--

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-20 Thread Paul B Mahol
On Sun, Sep 20, 2020 at 03:16:15PM +0200, Marton Balint wrote: > > > On Sun, 20 Sep 2020, Paul B Mahol wrote: > > > On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > > > Signed-off-by: Marton Balint > > > --- > > > libavformat/aviobuf.c | 7 +-- > > > 1 file changed, 5 inser

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-20 Thread Marton Balint
On Sun, 20 Sep 2020, Paul B Mahol wrote: On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/aviobuf.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 96754

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-20 Thread Paul B Mahol
On Sun, Sep 20, 2020 at 10:52:52AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/aviobuf.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c > index 9675425349..aa1d6c0830 100644 > --- a/

[FFmpeg-devel] [PATCH 2/3] avformat/aviobuf: fix checks in ffio_ensure_seekback

2020-09-20 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/aviobuf.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 9675425349..aa1d6c0830 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -999,9 +999,12 @@ int ffio