[vlc-devel] new aac encoder for review

Ilkka Ollakka ileoo at videolan.org
Wed Oct 10 19:23:27 CEST 2012


On Wed, Oct 10, 2012 at 10:49:18AM -0400, Sergio M. Ammirata, Ph.D. wrote:
> Answers below ...

Hi,

> On 10/10/12 3:32 AM, "Ilkka Ollakka" <ileoo at videolan.org> wrote:

> >On Sat, Oct 06, 2012 at 02:02:06PM -0400, Sergio M. Ammirata, Ph.D. wrote:

> Not in the public ones. The code expects you to use the numbers but I
> found it too confusing to follow so I created these defs.

Ok,


> >> +
> >> +    add_bool( ENC_CFG_PREFIX "afterburner", true, AFTERBURNER_TEXT,
> >> +              AFTERBURNER_LONGTEXT, false )
> >> +    add_integer( ENC_CFG_PREFIX "signaling", SIGNALING_COMPATIBLE,
> >>SIGNALING_TEXT,
> >> +             SIGNALING_LONGTEXT, false )

> >Aren't afterburner and signaling more advanced options? Not a big issue,
> >but that false means that they are visible everytime and considered
> >basic options that user should/could always fiddle.

> Yes, they should be changed to true. I did not know what that last value
> meant.


> >> +    if ( p_aout_buf )

> >This could use likely( p_aout_buf )

> It is not unlikely, it actually happens at the end of every playlist item
> or when you shutdown VLC while playing a stream.

likely/unlikely are there to tell if that if is usually true or usually
false. Comparing execution count as whole encode if it only happens on
EOF it's unlikely to be untrue?


-- 
Ilkka Ollakka
God created a few perfect heads.  The rest he covered with hair.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20121010/3e7666fd/attachment.sig>


More information about the vlc-devel mailing list