diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-07 13:43:36 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-07 15:29:14 +0100 |
commit | ff159e7816796c52fda7bcf6d87066a14784ee36 (patch) | |
tree | b29262675316e933b914a139f82ef30f1c29cf4b /libavcodec/ppc/util_altivec.h | |
parent | ee41963f19eb6303b1582601dfccb1753866ab63 (diff) | |
download | ffmpeg-ff159e7816796c52fda7bcf6d87066a14784ee36.tar.gz |
doxygen: Replace '\' by '@' in Doxygen markup tags.
Diffstat (limited to 'libavcodec/ppc/util_altivec.h')
-rw-r--r-- | libavcodec/ppc/util_altivec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/util_altivec.h b/libavcodec/ppc/util_altivec.h index e68e5b593d..19ea9626db 100644 --- 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) { |