Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > + if(s->bpp == 4){
> > + split_nibbles(src, dst, width);
> > + }else{
> > + memcpy(dst, src, width);
> > + }
>
> No objections, though that the order of src and dst is swapped
> compared to memcpy isn't optimal.
Pushed with this change.
Thank you, Carl Eugen