diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-07-03 23:50:05 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-07-16 21:43:54 +0200 |
commit | 307ab7fe8a47ff0184af9c7e4155c9a6437a87d5 (patch) | |
tree | 56562a78ad31c1f70bdd9bce07572a57e483caa0 /libavcodec/version.h | |
parent | 4136405c86162063e45d40d55c9985f348d4ea0a (diff) | |
download | ffmpeg-307ab7fe8a47ff0184af9c7e4155c9a6437a87d5.tar.gz |
avcodec: add Radiance HDR image format support
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 0fae3d06d3..f2f14eaed1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 38 +#define LIBAVCODEC_VERSION_MINOR 39 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |