Re: [FFmpeg-devel] [PATCH 03/14] avutil/opt: print command flag too

2019-10-09 Thread Paul B Mahol
On 10/9/19, Michael Niedermayer wrote: > On Wed, Oct 09, 2019 at 12:16:54PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavutil/opt.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/libavutil/opt.c b/libavutil/opt.c >> index 7c2649725f..5bc70f7ffc 100644 >>

Re: [FFmpeg-devel] [PATCH 03/14] avutil/opt: print command flag too

2019-10-09 Thread Michael Niedermayer
On Wed, Oct 09, 2019 at 12:16:54PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavutil/opt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index 7c2649725f..5bc70f7ffc 100644 > --- a/libavutil/opt.c > +++ b/libavutil/opt.c > @