Re: [FFmpeg-devel] [PATCH v2 1/2] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-12 Thread myp...@gmail.com
On Sat, Jul 11, 2020 at 7:58 PM Paul B Mahol wrote: > > ok Thx, pushed > > On 7/11/20, Jun Zhao wrote: > > From: Jun Zhao > > > > fix the command ffmpeg -h filter=setpts/asetpts both dump the expr > > option with "FVA" flags. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/setpts.c | 1

Re: [FFmpeg-devel] [PATCH v2 1/2] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-11 Thread Paul B Mahol
ok On 7/11/20, Jun Zhao wrote: > From: Jun Zhao > > fix the command ffmpeg -h filter=setpts/asetpts both dump the expr > option with "FVA" flags. > > Signed-off-by: Jun Zhao > --- > libavfilter/setpts.c | 18 +++--- > 1 file changed, 11 insertions(+), 7 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH v2 1/2] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-11 Thread Jun Zhao
From: Jun Zhao fix the command ffmpeg -h filter=setpts/asetpts both dump the expr option with "FVA" flags. Signed-off-by: Jun Zhao --- libavfilter/setpts.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/libavfilter/setpts.c b/libavfilter/setpts.c index