On Sat, Jan 19, 2013 at 01:52:24PM -0800, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" <[email protected]> > > This allows us to remove FF_IDCT_WMV2, which serves no practical purpose > other than to be able to select the WMV2 IDCT for MPEG (or vice versa) > and get corrupt output. > --- > libavcodec/Makefile | 4 +- > libavcodec/dsputil.c | 89 --------------------------------- > libavcodec/wmv2.c | 22 ++++++-- > libavcodec/wmv2.h | 2 + > libavcodec/wmv2dec.c | 4 -- > libavcodec/wmv2dsp.c | 135 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/wmv2dsp.h | 34 +++++++++++++ > libavcodec/wmv2enc.c | 4 -- > tests/fate-run.sh | 3 +- > tests/fate/vcodec.mak | 5 +- > 10 files changed, 195 insertions(+), 107 deletions(-) > create mode 100644 libavcodec/wmv2dsp.c > create mode 100644 libavcodec/wmv2dsp.h
fate-seek-vsynth2-wmv2 fails with this patch applied (and 1/3 also applied). Does it work for you? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
