log motion_est_template.c @ 1419:a7a9df478e46 libavcodec

age author description
Sun, 24 Aug 2003 22:28:41 +0000 bellard removed unused variable libavcodec
Thu, 15 May 2003 01:34:47 +0000 mellum Warning fixes. libavcodec
Thu, 10 Apr 2003 13:18:38 +0000 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec