Commit bf3cf246 authored by michael's avatar michael

Remove apparently redundant code.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18663 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 38187f9b
......@@ -3992,9 +3992,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
s->spatial_decomposition_type= avctx->prediction_method; //FIXME add decorrelator type r transform_type
s->chroma_h_shift= 1; //FIXME XXX
s->chroma_v_shift= 1;
s->mv_scale = (avctx->flags & CODEC_FLAG_QPEL) ? 2 : 4;
s->block_max_depth= (avctx->flags & CODEC_FLAG_4MV ) ? 1 : 0;
......
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