From 93af2734ee609133eaeca28329d7f13241dd411f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" <rsbultje@gmail.com> Date: Sun, 20 Jan 2013 22:15:28 -0800 Subject: lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. This allows us to get rid of them on the next major bump. All of the above are functionally irrelevant, and most of them are unused, except the vp3 one, which is used wrongly in the bfin arch optimizations. --- libavcodec/mss2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/mss2.c') diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c index f608652c66..9936272443 100644 --- a/libavcodec/mss2.c +++ b/libavcodec/mss2.c @@ -760,9 +760,6 @@ static av_cold int wmv9_init(AVCodecContext *avctx) avctx->flags |= CODEC_FLAG_EMU_EDGE; v->s.flags |= CODEC_FLAG_EMU_EDGE; - if (avctx->idct_algo == FF_IDCT_AUTO) - avctx->idct_algo = FF_IDCT_WMV2; - if ((ret = ff_vc1_init_common(v)) < 0) return ret; ff_vc1dsp_init(&v->vc1dsp); -- cgit v1.2.3