[FFmpeg-devel] [PATCH 5/8] Add eval.texi file.

Stefano Sabatini stefano.sabatini-lala
Sun Oct 31 23:38:43 CET 2010


On date Sunday 2010-10-31 21:53:53 +0100, Michael Niedermayer encoded:
> On Sun, Oct 31, 2010 at 04:04:32PM +0100, Stefano Sabatini wrote:
[...]
> > diff --git a/doc/eval.texi b/doc/eval.texi
> > new file mode 100644
> > index 0000000..b60d7f4
> > --- /dev/null
> > +++ b/doc/eval.texi
> > @@ -0,0 +1,115 @@
> > + at chapter Expression Evaluation
> > + at c man begin EXPRESSION EVALUATION
> > +
> > +When evaluating an expression, FFmpeg uses an internal formula
> > +evaluator, implemeneted through the @file{libavutil/eval.h} interface.
> > +
> 
> > +Two expressions @var{expr1} and @var{expr2} can be combined to form
> > +another expression "@var{expr1};@var{expr2}".
> > + at var{expr1} and @var{expr2} are evaluated in turn, and the new
> > +expression evaluates to the value of @var{expr2}.
> 
> I really dont think this should be at the begin of the docs

Changed position.

> > +An expression may contain unary, binary operators, and functions with
> > +one or two arguments.
> 
> theres no point in saying how many function arguments currently supported
> functions have

Removed.
-- 
FFmpeg = Fantastic & Fiendish Minimal Pacific Encoding/decoding Gospel



More information about the ffmpeg-devel mailing list