diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-21 11:33:00 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-21 11:33:00 +0530 |
commit | deb9a04d54045c8021816cfe019bf2bba0e9595d (patch) | |
tree | 687b920fbaccd6a3f739f60d170c06f698c5d5fc /libavformat/version.h | |
parent | 649d7ca47780523673bbfe43407b9cb71c4ad811 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |