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. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
