comparison libmpcodecs/native/roqav.c @ 6131:e6c8285a4bd8

memset and memcpy were used without #include <string.h> in a few places. patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Mon, 20 May 2002 00:06:29 +0000
parents 47daf6075bc6
children 3cf6b963d08b
comparison
equal deleted inserted replaced
6130:e9a309486f18 6131:e6c8285a4bd8
6 http://www.csse.monash.edu.au/~timf/videocodec.html 6 http://www.csse.monash.edu.au/~timf/videocodec.html
7 */ 7 */
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <string.h>
11 #include "config.h" 12 #include "config.h"
12 #include "bswap.h" 13 #include "bswap.h"
13 #include "mp_msg.h" 14 #include "mp_msg.h"
14 #include "mp_image.h" 15 #include "mp_image.h"
15 16