Hi, On Sun, Jan 29, 2012 at 9:23 PM, Ronald S. Bultje <[email protected]> wrote: > On Sun, Jan 29, 2012 at 12:48 PM, Kostya Shishkov > <[email protected]> wrote: >> On Sat, Jan 28, 2012 at 08:39:30AM +0800, Ronald S. Bultje wrote: >>> This fixes playback of e.g. RGB48 (bpp=6) content on x86 CPUs. Fixes >>> bug 214. >>> --- >>> libavcodec/x86/pngdsp.asm | 14 +++++++++++++- >>> 1 files changed, 13 insertions(+), 1 deletions(-) >> >> probably OK >> >> as a side note: it might still not work properly with 16-bit PNGs >> One can create such file with >> convert -define png:bit-depth=16 infile outfile.png > > That creates RGB48 images, my other patch fixes that.
For the record, -colorspace Gray -define png:bit-depth=16 creates a 2bpp image (gray16BE), and that works just fine with my assembly. So I'll take the bugreport as invalid/cannotreproduce and patch OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
