aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorSebastien Zwickert <dilaroga@free.fr>2011-11-02 00:55:09 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-02 15:47:27 +0100
commitd66ee6ac4898b8af2f9c39bd0893e89e823286ac (patch)
treeeadeffa696d7a4438356bf75f5882a8dfa9c09b4 /libavutil/avutil.h
parente377e6621bf2327161eff6de67b5f18fd070f7ae (diff)
downloadffmpeg-d66ee6ac4898b8af2f9c39bd0893e89e823286ac.tar.gz
HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index d7eca65e6f..94e42714f1 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 22
+#define LIBAVUTIL_VERSION_MINOR 23
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \