git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e4700
)
rename vector to vect to avoid clash with Apple gcc
author
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 25 Sep 2006 18:54:18 +0000
(18:54 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 25 Sep 2006 18:54:18 +0000
(18:54 +0000)
Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp56.h
patch
|
blob
|
history
diff --git
a/libavcodec/vp56.h
b/libavcodec/vp56.h
index
eee52b4
..
b1c243c
100644
(file)
--- 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 *vect
or
);
+ 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,