You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil: bump version after addition of MIPS cpu flags
And add the missing doc/APIchanges entry. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2020-07-xx - xxxxxxxxxx - lavu 56.57.100 - cpu.h
|
||||||
|
Add AV_CPU_FLAG_MMI and AV_CPU_FLAG_MSA.
|
||||||
|
|
||||||
2020-07-xx - xxxxxxxxxx - lavu 56.56.100 - imgutils.h
|
2020-07-xx - xxxxxxxxxx - lavu 56.56.100 - imgutils.h
|
||||||
Add av_image_fill_plane_sizes().
|
Add av_image_fill_plane_sizes().
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 56
|
#define LIBAVUTIL_VERSION_MAJOR 56
|
||||||
#define LIBAVUTIL_VERSION_MINOR 56
|
#define LIBAVUTIL_VERSION_MINOR 57
|
||||||
#define LIBAVUTIL_VERSION_MICRO 100
|
#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, \
|
||||||
|
Reference in New Issue
Block a user