Browse Source

lavu: document av_reverse.

tags/n0.11
Nicolas George 14 years ago
parent
commit
f16c950f32
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavutil/common.h

+ 3
- 0
libavutil/common.h View 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)


Loading…
Cancel
Save