[FFmpeg-devel] [PATCH] Default to using libraries when enabled
Diego Biurrun
diego
Thu May 28 12:45:21 CEST 2009
On Thu, May 28, 2009 at 11:33:44AM +0100, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
>
> > On Wed, May 20, 2009 at 08:20:36PM -0400, David Conrad wrote:
> >>
> >> This changes the order of initialization so that external libraries
> >> that are enabled are used by default over native codecs.
> >
> > I did this on purpose, native implementations should be preferred.
>
> Even when the native implementations are worse than using /dev/random?
Then that native implementation should be removed or treated separately.
But native implementations should be preferred over external libraries
by default.
This was decided a long time ago when I moved all external library
registrations to the separate block below the native ones. That one
specific encoder sucks is not reason enough to override this policy
decision.
Why wasn't improving the Vorbis encoder a SoC project?
Diego
More information about the ffmpeg-devel
mailing list