diff 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
line wrap: on
line diff
--- a/motion_est.c	Mon Dec 01 22:07:00 2008 +0000
+++ b/motion_est.c	Tue Dec 02 10:43:08 2008 +0000
@@ -307,8 +307,6 @@
         c->sub_motion_search= no_sub_motion_search;
     }
 
-    c->temp= c->scratchpad;
-
     return 0;
 }