diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-23 08:59:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-24 09:28:00 +0200 |
commit | 2a6eaeaa85d17b27ee0dd449183ec197c35c9675 (patch) | |
tree | fe70d509dde284b0b625465ca6e81f4d72a30c4b /libavutil/version.h | |
parent | 90f9a5830b5d332de7ebb1ab45589f1870cbd65d (diff) | |
download | ffmpeg-2a6eaeaa85d17b27ee0dd449183ec197c35c9675.tar.gz |
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
It will be useful in lavfi, and could conceivably be useful to the user
applications as well.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 066c06160f..9f0a976d9f 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -37,7 +37,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 11 +#define LIBAVUTIL_VERSION_MINOR 12 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |