Browse Source

Remove apparently redundant code.

Originally committed as revision 18663 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 17 years ago
parent
commit
7bdf2eb8c4
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/snow.c

+ 0
- 3
libavcodec/snow.c View File

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



Loading…
Cancel
Save