summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-14 15:55:27 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-16 10:24:01 +0100
commit40cf943714007d32308e445a9dc43894f6c9479f (patch)
tree854915cb0aaafaa09429383170d3b239e2424a22 /libavcodec/version.h
parent8fb48659018f17827c2d5a3ba72263f421fdfa2d (diff)
downloadffmpeg-40cf943714007d32308e445a9dc43894f6c9479f.tar.gz
avcodec: add SIPR parser
Fixes #2056. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2a0df198ea..b0dd46d6fb 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 72
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 73
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \