aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-06-21 11:33:00 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-06-21 11:33:00 +0530
commitdeb9a04d54045c8021816cfe019bf2bba0e9595d (patch)
tree687b920fbaccd6a3f739f60d170c06f698c5d5fc /libavformat/version.h
parent649d7ca47780523673bbfe43407b9cb71c4ad811 (diff)
downloadffmpeg-deb9a04d54045c8021816cfe019bf2bba0e9595d.tar.gz
avformat/movenc: allow hdlr name field to be empty
Both QTFF and the ISOBMFF standards allow it. Fixes #7262
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 3c54efbb37..57b6599e71 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -33,7 +33,7 @@
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
#define LIBAVFORMAT_VERSION_MINOR 17
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \