Re: [FFmpeg-devel] [PATCH 2/2] lavfi/sendcmd: correct the option flags dump

2020-09-13 Thread myp...@gmail.com
On Sun, Sep 13, 2020 at 6:30 PM Paul B Mahol wrote: > > On Sun, Sep 13, 2020 at 12:40:45PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > correct the option flags dump for sendcmd/asendcmd. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/f_sendcmd.c | 26 -- >

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/sendcmd: correct the option flags dump

2020-09-13 Thread Paul B Mahol
On Sun, Sep 13, 2020 at 12:40:45PM +0800, Jun Zhao wrote: > From: Jun Zhao > > correct the option flags dump for sendcmd/asendcmd. > > Signed-off-by: Jun Zhao > --- > libavfilter/f_sendcmd.c | 26 -- > 1 file changed, 16 insertions(+), 10 deletions(-) > > diff --git a/

[FFmpeg-devel] [PATCH 2/2] lavfi/sendcmd: correct the option flags dump

2020-09-12 Thread Jun Zhao
From: Jun Zhao correct the option flags dump for sendcmd/asendcmd. Signed-off-by: Jun Zhao --- libavfilter/f_sendcmd.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/libavfilter/f_sendcmd.c b/libavfilter/f_sendcmd.c index 6b02669..5e4c891 10064