lavu: document av_reverse.

pull/3/merge
Nicolas George 13 years ago
parent 534a82a3fd
commit f16c950f32
  1. 3
      libavutil/common.h

@ -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)

Loading…
Cancel
Save