comparison libxvidff.c @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 635ed2559262
children 7ccdcc976edd
comparison
equal deleted inserted replaced
8249:5057047bcc52 8250:cf4d575b1982
36 #define BUFFER_SIZE 1024 36 #define BUFFER_SIZE 1024
37 #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x)) 37 #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x))
38 #define BUFFER_CAT(x) (&((x)[strlen(x)])) 38 #define BUFFER_CAT(x) (&((x)[strlen(x)]))
39 39
40 /* For PPC Use */ 40 /* For PPC Use */
41 extern int has_altivec(void); 41 int has_altivec(void);
42 42
43 /** 43 /**
44 * Structure for the private Xvid context. 44 * Structure for the private Xvid context.
45 * This stores all the private context for the codec. 45 * This stores all the private context for the codec.
46 */ 46 */