On 2013-04-25 15:30:58 +0200, Kostya Shishkov wrote: > On Thu, Apr 25, 2013 at 02:46:59PM +0200, Janne Grunau wrote: > > Currently only AV_PIX_FMT_XYZ12 is supported to fix the jpeg2000-dcinema > > fate test on big-endian systems. > > --- > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1 + > > libavfilter/vf_byteswap2le.c | 142 > > +++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 144 insertions(+) > > create mode 100644 libavfilter/vf_byteswap2le.c > > I think it makes much more sense to extend it for all 16-bpc formats and use > it instead of scaler in all FATE tests. But LGTM anyway.
I agree but wasn't exactly sure how to set it up that way. It also should use bswap16_buf but I didn't want to include the whole DSPContext. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
