comparison motion_test.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children ef2149182f1c
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /* motion test. (c) 2001 Fabrice Bellard. */ 1 /* motion test. (c) 2001 Fabrice Bellard. */
2
3 /**
4 * @file motion_test.c
5 * motion test.
6 */
7
2 #include <stdlib.h> 8 #include <stdlib.h>
3 #include <stdio.h> 9 #include <stdio.h>
4 #include <string.h> 10 #include <string.h>
5 #include <sys/time.h> 11 #include <sys/time.h>
6 #include <unistd.h> 12 #include <unistd.h>