On Sun, Jan 20, 2013 at 08:21:02AM -0800, Ronald S. Bultje wrote: > On Sun, Jan 20, 2013 at 5:12 AM, Diego Biurrun <[email protected]> wrote: > > 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? > > #1 includes a ref update for it as well, #2 doesn't change it afaik. Old #1?
Probably, turns out to have been a fluke. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
