[FFmpeg-devel] [PATCH] opt: implement av_opt_set_from_string().
Stefano Sabatini
stefasab at gmail.com
Thu Aug 23 10:30:29 CEST 2012
On date Monday 2012-08-20 00:47:42 +0200, Stefano Sabatini encoded:
> On date Monday 2012-08-13 17:33:32 +0200, Nicolas George encoded:
> > It is similar to av_set_options_string() but accepts a list
> > of options that can be in shorthand: if the key is omitted
> > on the first fields, the keys from the shorthand list are
> > assumed, in order.
> >
> > It also does not allow to specify the separators, which was
> > a feature never used anyway.
> >
> > Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> > ---
> > libavutil/opt.c | 58 +++++++++++++++++++++++++++++++++++++++++++--------
> > libavutil/opt.h | 21 +++++++++++++++++++
> > libavutil/version.h | 2 +-
> > 3 files changed, 71 insertions(+), 10 deletions(-)
[...]
This patch should simplify port of filters, so I'd like to apply it
soon or later.
Nicolas, if you don't plan to work on the it I can try to fix the few
standing issues.
--
FFmpeg = Fanciful & Furious Minimalistic Philosophical Elegant Gigant
More information about the ffmpeg-devel
mailing list