comparison libxvidff.c @ 6344:b98dde3f56a0 libavcodec

Remove pointless code.
author michael
date Sat, 09 Feb 2008 18:02:28 +0000
parents 870714b0f293
children 48759bfbd073
comparison
equal deleted inserted replaced
6343:870714b0f293 6344:b98dde3f56a0
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 #ifdef HAVE_ALTIVEC
42 extern int has_altivec(void); 41 extern int has_altivec(void);
43 #endif
44 42
45 /** 43 /**
46 * Structure for the private XviD context. 44 * Structure for the private XviD context.
47 * This stores all the private context for the codec. 45 * This stores all the private context for the codec.
48 */ 46 */