diff options
author | James Almer <jamrial@gmail.com> | 2022-08-07 14:50:18 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-08-19 22:48:42 -0300 |
commit | 352799dca8f80b81c37ae3260e424b9479269829 (patch) | |
tree | b64595d92b9e56c0c2ccb2139fd7f5ece733cb78 /libavcodec/version.h | |
parent | aca569aad26f33fe68eb36c5c689b2dc4de77084 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |