Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2020-03-20 18:43:34 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2020-03-28 19:58:54 +0300
commit767f53533a10448fa6ad28e84ab0d7ca7dd9d8a4 (patch)
tree05412e69648b191b781e36f3c3af6c87a3ceb2f7 /libavcodec/version.h
parent33623307417c8d1d38768eae61024a5bb879bd86 (diff)
nvdec: attach real hw_frames to post-processed frames
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7e01d9526f..f4d1d4de21 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 77
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \