Commit 1d2abca7 authored by Michael Niedermayer's avatar Michael Niedermayer

wmv2enc: drop setting of idct_algo

This should have become redundant
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 40c27504
......@@ -55,10 +55,6 @@ static int encode_ext_header(Wmv2Context *w){
static av_cold int wmv2_encode_init(AVCodecContext *avctx){
Wmv2Context * const w= avctx->priv_data;
if(avctx->idct_algo==FF_IDCT_AUTO){
avctx->idct_algo=FF_IDCT_WMV2;
}
if(ff_MPV_encode_init(avctx) < 0)
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment