Commit c281d84b authored by Marton Balint's avatar Marton Balint

avformat: add Changelog entry for librist and bump minor

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 5bd1d0f4
...@@ -82,6 +82,7 @@ version <next>: ...@@ -82,6 +82,7 @@ version <next>:
- identity video filter - identity video filter
- msad video filter - msad video filter
- gophers protocol - gophers protocol
- RIST protocol via librist
version 4.3: version 4.3:
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
// Also please add any ticket numbers that you believe might be affected here // Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58 #define LIBAVFORMAT_VERSION_MAJOR 58
#define LIBAVFORMAT_VERSION_MINOR 73 #define LIBAVFORMAT_VERSION_MINOR 74
#define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment