changeset 9539:8178935a95d0 libavcodec

Remove apparently redundant code.
author michael
date Wed, 22 Apr 2009 21:44:41 +0000
parents b76f2d264edb
children 479e4d868038
files snow.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;