summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-03-06 17:58:33 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-05-28 22:04:56 +0200
commit6d212599aa684f30511fb08ca30fe2378405304e (patch)
tree9c6c298ebb355a0e8a3ebbe9738c188be5b21d8e /libavformat/version.h
parent7dba055bb0d31b2c79d9c3a66abb849a71417d3c (diff)
avformat: Provide a standard compliance flag
Provide f_strict for avconv usage. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 20a58d2222..0a9cb06f79 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 18
+#define LIBAVFORMAT_VERSION_MINOR 19
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \