diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-03-10 18:26:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-25 11:59:42 +0200 |
commit | 064b875e894f45ea9e0426696559645d87af0bc3 (patch) | |
tree | 05d5fbe353f5f60f46f6d4eefb242dacb5acbc17 /libavutil/version.h | |
parent | 37140ebd87f549eae86a5b548d717a1e97203dd6 (diff) | |
download | ffmpeg-064b875e894f45ea9e0426696559645d87af0bc3.tar.gz |
h264dec: support exporting QP tables through the AVVideoEncParams API
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 5821bcdd0e..7acecf5a97 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 56 -#define LIBAVUTIL_VERSION_MINOR 48 +#define LIBAVUTIL_VERSION_MINOR 49 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |