diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2019-04-16 13:43:53 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2019-04-20 07:26:58 +0800 |
commit | d93e44332f1bd2be90eb637268385a5acd8f6c10 (patch) | |
tree | 717017de66d4308e2b8ef4538cf3b17835f24c8d /libavformat/version.h | |
parent | 93209902ede33c91c701f528ad979020fd3a1118 (diff) | |
download | ffmpeg-d93e44332f1bd2be90eb637268385a5acd8f6c10.tar.gz |
lavf: bump version/add APIchanges entry when cleanup applehttp
commit abfeba9 "lavf/hls: Cleanup the applehttp" missed
the version bump and APIchanges entry.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
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 d57c151554..150a72e27d 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 27 -#define LIBAVFORMAT_VERSION_MICRO 102 +#define LIBAVFORMAT_VERSION_MICRO 103 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |