diff options
author | Peter Ross <pross@xvid.org> | 2022-10-14 18:19:49 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2022-10-18 13:20:37 +1100 |
commit | 3141dbb7adf1e2bd5b9ff700312d7732c958b8df (patch) | |
tree | 2bd8de3722268fcac8d170903bb16f25a0fcc5d7 /libavcodec/version.h | |
parent | e253bc4b1703ff4f1abe42fe83af2b784411a701 (diff) | |
download | ffmpeg-3141dbb7adf1e2bd5b9ff700312d7732c958b8df.tar.gz |
avcodec: ViewQuest VQC decoder
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Reviewed-by: Tomas Härdin <git@haerdin.se>
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 2206401aa8..f8abc803b6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 50 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 51 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |