[FFmpeg-cvslog] r18663 - trunk/libavcodec/snow.c

michael subversion
Wed Apr 22 23:44:42 CEST 2009


Author: michael
Date: Wed Apr 22 23:44:41 2009
New Revision: 18663

Log:
Remove apparently redundant code.

Modified:
   trunk/libavcodec/snow.c

Modified: trunk/libavcodec/snow.c
==============================================================================
--- trunk/libavcodec/snow.c	Wed Apr 22 21:37:57 2009	(r18662)
+++ trunk/libavcodec/snow.c	Wed Apr 22 23:44:41 2009	(r18663)
@@ -3992,9 +3992,6 @@ static av_cold int encode_init(AVCodecCo
 
     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;
 



More information about the ffmpeg-cvslog mailing list