[FFmpeg-devel] discussion around the best way to patch the swscale for Blackfin

Reimar Doeffinger Reimar.Doeffinger
Thu Jun 14 21:33:58 CEST 2007


Hello,
On Thu, Jun 14, 2007 at 03:00:44PM -0400, Marc Hoffman wrote:
[...]
> What do you mean "doesn't allow to use special bfin converters only for some
> colourspaces"?

I mean that above where you inserted you new code there is e.g.:
c->swScale= gray16swap;
With your patch, this gray16swap will never be used for colourspace
conversion on blackfin, even if you do not have an optimized variant of
it (unless you also duplicate the selection code for non-optimzed
conversion in you new function, I can't know that from your patch of
course ;-) ).

Greetings,
Reimar Doeffinger




More information about the ffmpeg-devel mailing list