diff options
author | vectronic <hello.vectronic@gmail.com> | 2019-09-23 21:43:02 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2020-03-10 15:10:06 +0000 |
commit | 05d27f342be28cf92f3c9470e701834c416cad89 (patch) | |
tree | de138fced37deeb9208430847001595b07f1cbae /libavcodec/version.h | |
parent | 2847c5c6f93b00c0ec9fb82dba7c382faf7335cc (diff) | |
download | ffmpeg-05d27f342be28cf92f3c9470e701834c416cad89.tar.gz |
API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType
Signed-off-by: vectronic <hello.vectronic@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 c051ac0754..a94ed92668 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 74 +#define LIBAVCODEC_VERSION_MINOR 75 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |