summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-08-07 14:50:18 -0300
committerJames Almer <jamrial@gmail.com>2022-08-19 22:48:42 -0300
commit352799dca8f80b81c37ae3260e424b9479269829 (patch)
treeb64595d92b9e56c0c2ccb2139fd7f5ece733cb78 /libavcodec/version.h
parentaca569aad26f33fe68eb36c5c689b2dc4de77084 (diff)
downloadffmpeg-352799dca8f80b81c37ae3260e424b9479269829.tar.gz
The vuya pixel format was recently added, so this lavc workaround is no longer
needed. Signed-off-by: James Almer <jamrial@gmail.com>
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 777be76edf..12421666b9 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 42
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \