projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
111641a
)
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
author
Måns Rullgård
<mans@mansr.com>
Sat, 29 Aug 2009 16:55:46 +0000
(16:55 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 29 Aug 2009 16:55:46 +0000
(16:55 +0000)
Originally committed as revision 19738 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
patch
|
blob
|
history
diff --git
a/libavcodec/dsputil.h
b/libavcodec/dsputil.h
index b792d867a059d804d3eea287ce6a50adfed6f730..1ab4ca28ab95dd61d6f15c4b0f6499077339f263 100644
(file)
--- a/
libavcodec/dsputil.h
+++ b/
libavcodec/dsputil.h
@@
-610,6
+610,7
@@
void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx);
void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx);
#define DECLARE_ALIGNED_16(t, v) DECLARE_ALIGNED(16, t, v)
+#define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)
#if HAVE_MMX
@@
-660,8
+661,6
@@
extern int mm_flags;
#endif
-# define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)
-
#ifndef STRIDE_ALIGN
# define STRIDE_ALIGN 8
#endif