mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
APIchanges: add new pixel formats supported and bump lavu minor
This commit is contained in:
parent
b3fb73af6b
commit
bef86ba86c
@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2023-05-xx - xxxxxxxxxx - lavu 58.10.100 - pixfmt.h
|
||||||
|
Add AV_PIX_FMT_P212BE, AV_PIX_FMT_P212LE, AV_PIX_FMT_P412BE,
|
||||||
|
AV_PIX_FMT_P412LE.
|
||||||
|
|
||||||
2023-05-xx - xxxxxxxxxx - lavu 58.8.100 - frame.h
|
2023-05-xx - xxxxxxxxxx - lavu 58.8.100 - frame.h
|
||||||
Add av_frame_replace().
|
Add av_frame_replace().
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 58
|
#define LIBAVUTIL_VERSION_MAJOR 58
|
||||||
#define LIBAVUTIL_VERSION_MINOR 9
|
#define LIBAVUTIL_VERSION_MINOR 10
|
||||||
#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, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user