diff mbox

[FFmpeg-devel,v1,2/2] avformat/version: bump version and add avformat_free_context modify info

Message ID 20191129072119.32414-2-lq@chinaffmpeg.org
State New
Headers show

Commit Message

Liu Steven Nov. 29, 2019, 7:21 a.m. UTC
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 doc/APIchanges        | 3 +++
 libavformat/version.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index 2798bec400..02641aee61 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@  libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2019-11-29 - xxxxxxxxxx - lavf 58.37.100 - avformat/avformat.h
+  Modify avformat_free_context argument from AVFormatContext * to AVFormatContext **
+
 2019-11-26 - xxxxxxxxxx - lavf 58.36.100 - avio.h
   Add avio_protocol_get_class().
 
diff --git a/libavformat/version.h b/libavformat/version.h
index f72fb9478a..15fdb73e3e 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@ 
 // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
 // Also please add any ticket numbers that you believe might be affected here
 #define LIBAVFORMAT_VERSION_MAJOR  58
-#define LIBAVFORMAT_VERSION_MINOR  36
+#define LIBAVFORMAT_VERSION_MINOR  37
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \