diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-06-30 19:03:56 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-06-30 19:03:56 +0200 |
commit | 9aef4ae97599c61845ed76d37e81e5a8c4b266ff (patch) | |
tree | 6f3687c5721086487157d775a903680fb25a54b4 /libavcodec/version.h | |
parent | b11ed975996d960e962af8a4f3cc646dea9094f4 (diff) | |
download | ffmpeg-9aef4ae97599c61845ed76d37e81e5a8c4b266ff.tar.gz |
avcodec/nvenc: rename tc option to something more unique
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 03593026b3..05f59901ff 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 93 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |