diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2021-03-30 22:08:49 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2021-04-11 09:21:21 +0200 |
commit | 7555d6f74ce4845383e9297fd0989059739af4c2 (patch) | |
tree | 9b3a6360412808599073b6c53464b7679bd66cc1 /libavcodec/version.h | |
parent | 47b8871ca6f9da4c0467466a43d204dec7fcbd4a (diff) | |
download | ffmpeg-7555d6f74ce4845383e9297fd0989059739af4c2.tar.gz |
avcodec/nvenc: add support for gbrp rgb input
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 cc09e01e3f..349b4b1269 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 136 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |