mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-11 04:29:57 +00:00
rename vector to vect to avoid clash with Apple gcc
Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
79e47000c8
commit
4fde50604d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue