summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-09-09 12:46:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-09-09 12:46:25 +0000
commit081c9d1d7ba4360ed9ab19802be2969843d2c5e3 (patch)
tree8b834fda4662c8d62b6c49644e8af4332f821ef3 /libavcodec/snow.c
parent32272f7e95192262d902ce14889f88463bda3d07 (diff)
unneeded and impossible during init ...
Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index bf2a3d8666..edf6e5c661 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *avctx){
for(j=0; j<MAX_REF_FRAMES; j++)
scale_mv_ref[i][j] = 256*(i+1)/(j+1);
- reset_contexts(s);
/*
width= s->width= avctx->width;
height= s->height= avctx->height;