comparison motion_est.c @ 8239:dcfdb3352dde libavcodec

Fix regression test failure with pthreads on multiprocessor systems. Fixes issue517
author michael
date Tue, 02 Dec 2008 10:43:08 +0000
parents 10242bdaac34
children d6bab465b82c
comparison
equal deleted inserted replaced
8238:93ee77578391 8239:dcfdb3352dde
305 305
306 if(s->codec_id == CODEC_ID_H261){ 306 if(s->codec_id == CODEC_ID_H261){
307 c->sub_motion_search= no_sub_motion_search; 307 c->sub_motion_search= no_sub_motion_search;
308 } 308 }
309 309
310 c->temp= c->scratchpad;
311
312 return 0; 310 return 0;
313 } 311 }
314 312
315 #if 0 313 #if 0
316 static int pix_dev(uint8_t * pix, int line_size, int mean) 314 static int pix_dev(uint8_t * pix, int line_size, int mean)