summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-27 20:45:21 +0100
committerMark Thompson <sw@jkqxz.net>2017-04-26 22:57:57 +0100
commit64a5260c695dd8051509d3270295fd64eac56587 (patch)
tree25a9c5ec305f64cc6c656c3b23bc7acc003255ce /libavcodec/version.h
parent6af014f4028238b4c50f1731b3369a41d65fa9c4 (diff)
lavc: Add flag to allow profile mismatch with hardware decoding
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2a61bbd718..88f17a1f78 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 3
-#define LIBAVCODEC_VERSION_MICRO 0
+#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \