diff options
author | Aurelien Jacobs | 2006-09-25 18:54:18 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2006-09-25 18:54:18 +0000 |
commit | 4fde50604dfa67ea001608cb409c487a65cd5ce5 (patch) | |
tree | 1a1ce4fff59ce0a37bba81722de367d4e742a646 /libavcodec/vp56.h | |
parent | 79e47000c8847cc70acf6b7debac10add2e88a81 (diff) |
rename vector to vect to avoid clash with Apple gcc
Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r-- | libavcodec/vp56.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index eee52b4cbc..b1c243c329 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -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, |