[Ffmpeg-cvslog] r6331 - trunk/libavcodec/vp56.h
aurel
subversion
Mon Sep 25 20:54:19 CEST 2006
Author: aurel
Date: Mon Sep 25 20:54:18 2006
New Revision: 6331
Modified:
trunk/libavcodec/vp56.h
Log:
rename vector to vect to avoid clash with Apple gcc
Modified: trunk/libavcodec/vp56.h
==============================================================================
--- trunk/libavcodec/vp56.h (original)
+++ trunk/libavcodec/vp56.h Mon Sep 25 20:54:18 2006
@@ -33,7 +33,7 @@
typedef struct vp56_mv vp56_mv_t;
typedef void (*vp56_parse_vector_adjustment_t)(vp56_context_t *s,
- vp56_mv_t *vector);
+ vp56_mv_t *vect);
typedef int (*vp56_adjust_t)(int v, int t);
typedef void (*vp56_filter_t)(vp56_context_t *s, uint8_t *dst, uint8_t *src,
int offset1, int offset2, int stride,
More information about the ffmpeg-cvslog
mailing list