]> git.sesse.net Git - ffmpeg/commitdiff
lavu: document av_reverse.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 22 Feb 2012 10:35:31 +0000 (11:35 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Wed, 22 Feb 2012 14:35:44 +0000 (15:35 +0100)
libavutil/common.h

index 84290c636327d4e9e2621d34eadcfa7b7da89473..f4fcc9cebd491505fa8477b77396a6414714041a 100644 (file)
@@ -64,6 +64,9 @@
 /* misc math functions */
 extern const uint8_t ff_log2_tab[256];
 
+/**
+ * Reverse the order of the bits of an 8-bits unsigned integer.
+ */
 extern const uint8_t av_reverse[256];
 
 static av_always_inline av_const int av_log2_c(unsigned int v)