# HG changeset patch # User michael # Date 1166370090 0 # Node ID 649e51394b6ff7de5bf7fe8216cb3c57825fc578 # Parent 331961478469f820f6e366616d0487c25739787d 10l diff -r 331961478469 -r 649e51394b6f motion_est.c --- a/motion_est.c Sun Dec 17 15:26:50 2006 +0000 +++ b/motion_est.c Sun Dec 17 15:41:30 2006 +0000 @@ -230,9 +230,9 @@ void ff_init_me(MpegEncContext *s){ MotionEstContext * const c= &s->me; - c->avctx= s->avctx; int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<avctx->dia_size)&255, FFABS(s->avctx->pre_dia_size)&255); + c->avctx= s->avctx; if(cache_size < 2*dia_size && !c->stride){ av_log(s->avctx, AV_LOG_INFO, "ME_MAP size may be a little small for the selected diamond size\n");