projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b55aa9a
)
simplify ALIGN_MASK definition
author
Måns Rullgård
<mans@mansr.com>
Mon, 17 Mar 2008 23:44:46 +0000
(23:44 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 17 Mar 2008 23:44:46 +0000
(23:44 +0000)
Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/postprocess_template.c
patch
|
blob
|
history
diff --git
a/libpostproc/postprocess_template.c
b/libpostproc/postprocess_template.c
index
3904d4d
..
74d8a5f
100644
(file)
--- a/
libpostproc/postprocess_template.c
+++ b/
libpostproc/postprocess_template.c
@@
-25,12
+25,7
@@
#include "x86_cpu.h"
-#ifdef ARCH_X86_64
-# define ALIGN_MASK "$0xFFFFFFFFFFFFFFF8"
-#else
-# define ALIGN_MASK "$0xFFFFFFF8"
-#endif
-
+#define ALIGN_MASK "$-8"
#undef PAVGB
#undef PMINUB