]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/intmath.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / intmath.h
index 8b400ef05464c92bdb345d3dcccd3f15cd65b104..0feedf8cfd4de66cdb65619b5fa70ab51f6eeb82 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 */