Commit fa59f3be authored by aurel's avatar aurel

rename vector to vect to avoid clash with Apple gcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6331 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72d995ba
......@@ -33,7 +33,7 @@ typedef struct vp56_context vp56_context_t;
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment