aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-06-02 16:09:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-02 21:03:54 +0200
commit5ad38d93e86e66b29b329c04cdc86f22a96b7db3 (patch)
treee9deb7e483d84722702ce3099a0d769bf3655682 /libavutil/avutil.h
parent9e66b64c360568a91faa84d0cda96ab93c467502 (diff)
downloadffmpeg-5ad38d93e86e66b29b329c04cdc86f22a96b7db3.tar.gz
cpudetect: add av_force_cpu_flags()
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 e3bc6c72fa..cdd4f7131c 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 3
+#define LIBAVUTIL_VERSION_MINOR 4
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \