comparison snow.c @ 9539:8178935a95d0 libavcodec

Remove apparently redundant code.
author michael
date Wed, 22 Apr 2009 21:44:41 +0000
parents fc15a3b977bf
children 479e4d868038
comparison
equal deleted inserted replaced
9538:b76f2d264edb 9539:8178935a95d0
3990 return -1; 3990 return -1;
3991 } 3991 }
3992 3992
3993 s->spatial_decomposition_type= avctx->prediction_method; //FIXME add decorrelator type r transform_type 3993 s->spatial_decomposition_type= avctx->prediction_method; //FIXME add decorrelator type r transform_type
3994 3994
3995 s->chroma_h_shift= 1; //FIXME XXX
3996 s->chroma_v_shift= 1;
3997
3998 s->mv_scale = (avctx->flags & CODEC_FLAG_QPEL) ? 2 : 4; 3995 s->mv_scale = (avctx->flags & CODEC_FLAG_QPEL) ? 2 : 4;
3999 s->block_max_depth= (avctx->flags & CODEC_FLAG_4MV ) ? 1 : 0; 3996 s->block_max_depth= (avctx->flags & CODEC_FLAG_4MV ) ? 1 : 0;
4000 3997
4001 for(plane_index=0; plane_index<3; plane_index++){ 3998 for(plane_index=0; plane_index<3; plane_index++){
4002 s->plane[plane_index].diag_mc= 1; 3999 s->plane[plane_index].diag_mc= 1;