Re: [FFmpeg-devel] [PATCH V1] lavfi/concat: fix logic error in framerate check

2019-09-09 Thread Nicolas George
Jun Zhao (12019-09-09): > From: Jun Zhao > > fix logic error in framerate check, it's introduced by commit > 3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616 > > Signed-off-by: Jun Zhao > --- > libavfilter/avf_concat.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Of course, thanks.

Re: [FFmpeg-devel] [PATCH V1] lavfi/concat: fix logic error in framerate check

2019-09-09 Thread myp...@gmail.com
On Mon, Sep 9, 2019 at 3:21 PM Paul B Mahol wrote: > > lgtm > Will apply, Thanks > On 9/9/19, Jun Zhao wrote: > > From: Jun Zhao > > > > fix logic error in framerate check, it's introduced by commit > > 3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616 > > > > Signed-off-by: Jun Zhao > > --- > >

Re: [FFmpeg-devel] [PATCH V1] lavfi/concat: fix logic error in framerate check

2019-09-09 Thread Paul B Mahol
lgtm On 9/9/19, Jun Zhao wrote: > From: Jun Zhao > > fix logic error in framerate check, it's introduced by commit > 3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616 > > Signed-off-by: Jun Zhao > --- > libavfilter/avf_concat.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff

[FFmpeg-devel] [PATCH V1] lavfi/concat: fix logic error in framerate check

2019-09-08 Thread Jun Zhao
From: Jun Zhao fix logic error in framerate check, it's introduced by commit 3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616 Signed-off-by: Jun Zhao --- libavfilter/avf_concat.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavfilter/avf_concat.c