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:
-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;