[FFmpeg-cvslog] r10455 - trunk/libavcodec/snow.c
michael
subversion
Sun Sep 9 14:46:25 CEST 2007
Author: michael
Date: Sun Sep 9 14:46:25 2007
New Revision: 10455
Log:
unneeded and impossible during init ...
Modified:
trunk/libavcodec/snow.c
Modified: trunk/libavcodec/snow.c
==============================================================================
--- trunk/libavcodec/snow.c (original)
+++ trunk/libavcodec/snow.c Sun Sep 9 14:46:25 2007
@@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *a
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;
More information about the ffmpeg-cvslog
mailing list