diff options
author | Mans Rullgard <mans@mansr.com> | 2012-04-25 18:06:51 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-04-25 23:19:40 +0100 |
commit | 3527a7393392b80e1780cbb24b7d8c91a51a7a18 (patch) | |
tree | 0998bec7d9e36a785627f4fab7c2ba49fa1aef1f /libavutil/avutil.h | |
parent | 3d11c2d76dd8aefca66de20328985dd30d7958f9 (diff) | |
download | ffmpeg-3527a7393392b80e1780cbb24b7d8c91a51a7a18.tar.gz |
avutil: add av_parse_cpu_flags() function
This moves the cpu flag parsing code from avconv to avutil so
it can be accessed elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 6673f0f53b..bf2f89a803 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -152,7 +152,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 28 +#define LIBAVUTIL_VERSION_MINOR 29 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |