Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread Reynaldo H. Verdejo Pinochet
Hi On 11/07/2016 01:34 PM, Andreas Cadhalpun wrote: [...] Isn't the causality the other way around? Because ffserver uses internal API it was decided to remove it. If it gets fixed, there is no point in removing it, or is there? [..] I see no reason to remove it if it works properly. Bests,

Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread Michael Niedermayer
On Mon, Nov 07, 2016 at 10:34:47PM +0100, Andreas Cadhalpun wrote: > On 07.11.2016 20:26, James Almer wrote: > > ffserver is being dropped from the project, as announced in the news page. > > > > Reynaldo however wants to have a working copy somewhere so he's moving it to > > an external repo and

Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread James Almer
On 11/7/2016 6:34 PM, Andreas Cadhalpun wrote: > On 07.11.2016 20:26, James Almer wrote: >> ffserver is being dropped from the project, as announced in the news page. >> >> Reynaldo however wants to have a working copy somewhere so he's moving it to >> an external repo and for that he's making it w

Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread Andreas Cadhalpun
On 07.11.2016 20:26, James Almer wrote: > ffserver is being dropped from the project, as announced in the news page. > > Reynaldo however wants to have a working copy somewhere so he's moving it to > an external repo and for that he's making it work without internal API, with > some help from Mich

Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread James Almer
On 11/7/2016 4:05 PM, Andreas Cadhalpun wrote: > On 04.11.2016 21:16, Michael Niedermayer wrote: >> diff --git a/libavutil/opt.c b/libavutil/opt.c >> index cd16bd1..1b8dae2 100644 >> --- a/libavutil/opt.c >> +++ b/libavutil/opt.c >> @@ -1992,3 +1992,15 @@ int av_opt_serialize(void *obj, int opt_fla

Re: [FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-07 Thread Andreas Cadhalpun
On 04.11.2016 21:16, Michael Niedermayer wrote: > diff --git a/libavutil/opt.c b/libavutil/opt.c > index cd16bd1..1b8dae2 100644 > --- a/libavutil/opt.c > +++ b/libavutil/opt.c > @@ -1992,3 +1992,15 @@ int av_opt_serialize(void *obj, int opt_flags, int > flags, char **buffer, > av_bprint_fina

[FFmpeg-devel] [PATCH 1/2] Move av_show_help_children() to avutil/opt

2016-11-04 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- cmdutils.c | 20 cmdutils.h | 5 - ffmpeg_opt.c| 10 +- ffplay.c| 8 ffprobe.c | 2 +- libavutil/opt.c | 12 libavutil/opt.h | 7 +++ 7 files changed, 33 insertions(+)