mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l
Originally committed as revision 7328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c29ff23c2a
commit
95cefcb4ed
@ -230,9 +230,9 @@ static void zero_hpel(uint8_t *a, const uint8_t *b, int stride, int h){
|
||||
|
||||
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<<ME_MAP_SHIFT);
|
||||
int dia_size= FFMAX(FFABS(s->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");
|
||||
|
Loading…
Reference in New Issue
Block a user