aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorDiego Felix de Souza <ddesouza@nvidia.com>2024-04-12 20:08:12 +0000
committerTimo Rothenpieler <timo@rothenpieler.org>2024-04-13 18:00:43 +0200
commit1f265aa91d6ce11fbf499ee867eae13bc7117e9d (patch)
tree5ef9a666a4d627ae53b3c1c804c58b265b175aeb /libavcodec/version.h
parent1c45104f74e59beb25ce7451c98527f7a3c518f6 (diff)
downloadffmpeg-1f265aa91d6ce11fbf499ee867eae13bc7117e9d.tar.gz
avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1
When Split frame encoding is enabled, each input frame is partitioned into horizontal strips which are encoded independently and simultaneously by separate NVENCs, usually resulting in increased encoding speed compared to single NVENC encoding. Signed-off-by: Diego Felix de Souza <ddesouza@nvidia.com> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 564119396d..f0958eee14 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 5
-#define LIBAVCODEC_VERSION_MICRO 102
+#define LIBAVCODEC_VERSION_MICRO 103
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \