summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-04-14 10:18:53 +0200
committerAnton Khirnov <anton@khirnov.net>2014-04-17 20:08:19 +0200
commit0983d48111f578e17e8c1967d25ce593fce62b63 (patch)
treed79e1d5d183ecf0fa02d8cb9ba3f6dd7f1db51dc /libavutil/version.h
parentfbd8e042107ec63e0ddf155588c59dcb76007641 (diff)
crc: add ANSI CRC16 LE
This adds the reversed byte-order version of the ANSI CRC16. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 8fd90bccc2..f32e8d06e3 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -54,7 +54,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 53
-#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, \