Browse Source

wmv2enc: drop setting of idct_algo

This should have become redundant

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer 13 years ago
parent
commit
1d2abca7e1
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/wmv2enc.c

+ 0
- 4
libavcodec/wmv2enc.c View File

@@ -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;



Loading…
Cancel
Save