diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-20 16:00:16 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-28 17:59:32 +0100 |
commit | 77d5ea1c7cf85d16da330c60351fee3dce3c9e4c (patch) | |
tree | 0169f0d3c91c7262cc9c4892208e530726038bef /libavutil/version.h | |
parent | b06ae06e6a5da3a9c6cd48e6f71656b94ea0e2d5 (diff) | |
download | ffmpeg-77d5ea1c7cf85d16da330c60351fee3dce3c9e4c.tar.gz |
avutil/frame: make frame copy functions hwframe aware
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 fb66893a65..70836a5d52 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -80,7 +80,7 @@ #define LIBAVUTIL_VERSION_MAJOR 56 #define LIBAVUTIL_VERSION_MINOR 42 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MICRO 102 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |