On Fri, 25 Apr 2014 18:27:25 +0200
Luca Barbato <[email protected]> wrote:

> On 25/04/14 18:18, Alessandro Ghedini wrote:
> > +    bs2b_set_level(bs2b->bs2bp, bs2b->profile);
> > +
> > +    if (bs2b->fcut)
> > +        bs2b_set_level(bs2b->bs2bp, bs2b->fcut);
> > +
> > +    if (bs2b->feed)
> > +        bs2b_set_level(bs2b->bs2bp, bs2b->feed);
> 
> I don't know the api, but assuming that every set_level does something
> different depending on how many times got previously called, if cut is
> not set the value for feed is passed.
> 
> Is that on purpose or should be addressed somehow differently?

Looks like it should be bs2b_set_level_fcut and bs2b_set_level_feed.

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to