summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-01-20 22:15:28 -0800
committerRonald S. Bultje <rsbultje@gmail.com>2013-01-20 22:15:28 -0800
commit93af2734ee609133eaeca28329d7f13241dd411f (patch)
treec7925f1064ffd5445527911aec8ecb17e1562630 /libavcodec/vc1dec.c
parente6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0 (diff)
downloadffmpeg-streaming-93af2734ee609133eaeca28329d7f13241dd411f.zip
ffmpeg-streaming-93af2734ee609133eaeca28329d7f13241dd411f.tar.gz
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.
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index c29f91c..8e7b0ea 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -5162,10 +5162,6 @@ static av_cold int vc1_decode_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 (ff_vc1_init_common(v) < 0)
return -1;
ff_vc1dsp_init(&v->vc1dsp);
OpenPOWER on IntegriCloud