lavu: add av_ctz() for trailing zero bit count

This commit is contained in:
Justin Ruggles
2012-10-26 14:48:40 -04:00
parent 6a744d2619
commit dfde8a34e5
5 changed files with 65 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
#define LIBAVUTIL_VERSION_MINOR 0
#define LIBAVUTIL_VERSION_MINOR 1
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \