Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-23 01:44:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2009-04-23 01:44:41 +0400
commit7bdf2eb8c4f1f210656c72cd87e86d6d95604b57 (patch)
tree824605c0e59354c5b2f79a7c22f686bc2ff653c5 /libavcodec/snow.c
parent4fabb60ddbd71f3c40a3607eeabf0fdba449fd18 (diff)
Remove apparently redundant code.
Originally committed as revision 18663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 21688056a7..4bfdf42b82 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -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;