Re: [FFmpeg-devel] [PATCH 1/3] lavu/opt: accept NULL and "none" as frame rates

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 01:28:01AM -0500, Rodger Combs wrote: > --- > libavutil/opt.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index eae4f75..83093e0 100644 > --- a/libavutil/opt.c > +++ b/libavutil/opt.c > @@ -275,11 +2

[FFmpeg-devel] [PATCH 1/3] lavu/opt: accept NULL and "none" as frame rates

2016-04-18 Thread Rodger Combs
--- libavutil/opt.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index eae4f75..83093e0 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -275,11 +275,12 @@ static int set_string_image_size(void *obj, const AVOption *o, const c