You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavu: bump minor version and add doc/APIchanges entry for Vulkan changes
This commit is contained in:
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2021-11-10 - xxxxxxxxxx - lavu 57.11.100 - hwcontext_vulkan.h
|
||||||
|
Add AVVkFrame.offset and AVVulkanFramesContext.flags.
|
||||||
|
|
||||||
2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
|
2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
|
||||||
Add AVFILTER_FLAG_METADATA_ONLY.
|
Add AVFILTER_FLAG_METADATA_ONLY.
|
||||||
|
|
||||||
|
@@ -79,8 +79,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 57
|
#define LIBAVUTIL_VERSION_MAJOR 57
|
||||||
#define LIBAVUTIL_VERSION_MINOR 10
|
#define LIBAVUTIL_VERSION_MINOR 11
|
||||||
#define LIBAVUTIL_VERSION_MICRO 101
|
#define LIBAVUTIL_VERSION_MICRO 100
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
||||||
LIBAVUTIL_VERSION_MINOR, \
|
LIBAVUTIL_VERSION_MINOR, \
|
||||||
|
Reference in New Issue
Block a user