diff options
author | James Almer <jamrial@gmail.com> | 2020-02-02 19:12:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-22 23:19:07 -0300 |
commit | d005a7cdfd8762d436dc5d3ec12bab4f96781c4f (patch) | |
tree | 315e6cddf141a09b0af26cbd301976a5cf46027b /libavcodec/version.h | |
parent | c6666894914ba8be1193ed81e9b6b737c68c29b6 (diff) | |
download | ffmpeg-d005a7cdfd8762d436dc5d3ec12bab4f96781c4f.tar.gz |
avcodec: add an AVCodecContext flag to export PRFT side data on demand
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 c2b5864e5f..a356445596 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 73 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |