]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/intmath.h
Replace Subversion revisions in comments by Git hashes.
[ffmpeg] / libavutil / intmath.h
index 3325975556fa9dee83686dc1ffb2e58b317a901c..e6a2e102c414fd648f4d38d04a3a9cef904b1aaa 100644 (file)
 #include "config.h"
 #include "attributes.h"
 
+/**
+ * @addtogroup lavu_internal
+ * @{
+ */
+
 extern const uint32_t ff_inverse[257];
 
 #if   ARCH_ARM
@@ -76,4 +81,7 @@ static inline av_const unsigned int ff_sqrt(unsigned int a)
     return b - (a < b * b);
 }
 
+/**
+ * @}
+ */
 #endif /* AVUTIL_INTMATH_H */