diff options
author | James Almer <jamrial@gmail.com> | 2024-05-28 09:29:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-08 13:23:33 -0300 |
commit | 1b58f3af30c49d78657df9f2b641e25cb52faa25 (patch) | |
tree | 692e3ba0ed7affc6db98e0a56c5515b03b123e09 /libavcodec/version.h | |
parent | 06191386396344ee1906c6016b7d94ee8754fd61 (diff) | |
download | ffmpeg-1b58f3af30c49d78657df9f2b641e25cb52faa25.tar.gz |
avcodec/packet: add a decoded frame cropping side data type
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 230d5fa13e..80e2ae630d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |