summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-31 11:07:50 +0100
committerAnton Khirnov <anton@khirnov.net>2023-02-04 13:14:20 +0100
commitd02340b9e3e72f401cddbeb3bcc3cb584902b886 (patch)
tree8110386a956be87c091e31a6e23bf773c2b3e5ac /libavcodec/version.h
parent82da22066c0818b606812d479674929a229386e2 (diff)
downloadffmpeg-d02340b9e3e72f401cddbeb3bcc3cb584902b886.tar.gz
lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decoding
Use it to propagate AVPacket.opaque[_ref] to corresponding AVFrame fields. This is a more convenient alternative to reordered_opaque.
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 310c80eeef..a80dc4776d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 62
+#define LIBAVCODEC_VERSION_MINOR 63
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \