]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ppc/util_altivec.h
options: set minimum for "threads" to zero
[ffmpeg] / libavcodec / ppc / util_altivec.h
index e68e5b593d5e61c93bbb485c1dfa109923da04db..19ea9626db80fbd41c50014b0b6dd48a996d94fb 100644 (file)
@@ -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)
 {