# HG changeset patch # User michael # Date 1240436681 0 # Node ID 8178935a95d0f64466a4fcd37af9310c7dbe7104 # Parent b76f2d264edb10205040ba8f4c46029cd96eb532 Remove apparently redundant code. diff -r b76f2d264edb -r 8178935a95d0 snow.c --- a/snow.c Wed Apr 22 13:52:33 2009 +0000 +++ b/snow.c Wed Apr 22 21:44:41 2009 +0000 @@ -3992,9 +3992,6 @@ 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;