Re: [libav-devel] [PATCH 3/6] lavu/opt: do not filter out the initial sign character except for flags

2012-10-02 Thread Anton Khirnov
On Sat, 29 Sep 2012 01:17:28 -0400, Justin Ruggles wrote: > This allows parsing of special-case negative numbers like decibels. > --- > libavutil/opt.c | 11 --- > 1 files changed, 8 insertions(+), 3 deletions(-) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index b1ccf9b..be1

[libav-devel] [PATCH 3/6] lavu/opt: do not filter out the initial sign character except for flags

2012-09-28 Thread Justin Ruggles
This allows parsing of special-case negative numbers like decibels. --- libavutil/opt.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index b1ccf9b..be17d55 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -176,10 +176,15