comparison motion_est.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents d3b93dc997a3
children 8c15d82c1893
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
18 * License along with this library; if not, write to the Free Software 18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 * 20 *
21 * new Motion Estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at> 21 * new Motion Estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at>
22 */ 22 */
23
24 /**
25 * @file motion_est.c
26 * Motion estimation.
27 */
28
23 #include <stdlib.h> 29 #include <stdlib.h>
24 #include <stdio.h> 30 #include <stdio.h>
25 #include "avcodec.h" 31 #include "avcodec.h"
26 #include "dsputil.h" 32 #include "dsputil.h"
27 #include "mpegvideo.h" 33 #include "mpegvideo.h"