diff options
author | Lynne <dev@lynne.ee> | 2023-05-25 02:10:36 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:42:02 +0200 |
commit | bef86ba86ccec65e30ca6caedea861475732d108 (patch) | |
tree | 47b431339ea53a579c9025f8199fb03b70790c57 | |
parent | b3fb73af6b414a9ef1f9b37fd49f302e39f31cf2 (diff) | |
download | ffmpeg-bef86ba86ccec65e30ca6caedea861475732d108.tar.gz |
APIchanges: add new pixel formats supported and bump lavu minor
-rw-r--r-- | doc/APIchanges | 4 | ||||
-rw-r--r-- | libavutil/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 130955ef02..2f7d438652 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09 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 Add av_frame_replace(). diff --git a/libavutil/version.h b/libavutil/version.h index fa53fae768..cb237605ba 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 58 -#define LIBAVUTIL_VERSION_MINOR 9 +#define LIBAVUTIL_VERSION_MINOR 10 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |