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:
authorYaroslav Pogrebnyak <yyyaroslav@gmail.com>2020-03-19 15:08:20 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2020-03-19 18:38:08 +0300
commit08d46cb58659af9d9f2bd2ef22d78ba512e7950c (patch)
treee20b20c1a7101ea90124ef5ae379a5431a4b8613 /libavutil/version.h
parentf5f6fbb6b2e597b582ec4ec71d6ffefb777a4c71 (diff)
avutil/hwcontext_cuda: add YUVA420P pixel format
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 8c4f91bb8f..fb66893a65 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -80,7 +80,7 @@
#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MINOR 42
-#define LIBAVUTIL_VERSION_MICRO 100
+#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \