projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
doxygen: Replace '\' by '@' in Doxygen markup tags.
[ffmpeg.git]
/
libavcodec
/
ppc
/
util_altivec.h
diff --git
a/libavcodec/ppc/util_altivec.h
b/libavcodec/ppc/util_altivec.h
index
e68e5b5
..
19ea962
100644
(file)
--- a/
libavcodec/ppc/util_altivec.h
+++ b/
libavcodec/ppc/util_altivec.h
@@
-94,7
+94,7
@@
do { \
} while (0)
-/**
\brief loads unaligned vector \a *src with offset \
a offset
+/**
@brief loads unaligned vector @a *src with offset @
a offset
and returns it */
static inline vector unsigned char unaligned_load(int offset, uint8_t *src)
{