diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-20 17:28:34 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-06-21 11:45:28 +0100 |
commit | dc7e336caee002e8765e4656331d3a5c1a1ba5ff (patch) | |
tree | 208f44096c0a5d8d63ad3ddab87ced8a970c90e6 /libavutil/avutil.h | |
parent | e026c9b390102fc8b77e6d49ba7a6db7b7c80324 (diff) | |
download | ffmpeg-dc7e336caee002e8765e4656331d3a5c1a1ba5ff.tar.gz |
lavf, lavu: version bumps and APIchanges for av_gettime() move
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 25c159dc5d..ce73754ead 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -152,7 +152,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 32 +#define LIBAVUTIL_VERSION_MINOR 33 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |