diff options
author | James Almer <jamrial@gmail.com> | 2019-03-25 00:27:23 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-04-03 18:12:37 -0300 |
commit | ee16d14b0a29317f6118a209c4d0737b97b7f58f (patch) | |
tree | 76fbb893a512a871c48a9b0c7eb0ac5c02246d34 /libavcodec/version.h | |
parent | 1125277bc64ebef1a7a6bee7349c7a8fab7fdcc7 (diff) | |
download | ffmpeg-ee16d14b0a29317f6118a209c4d0737b97b7f58f.tar.gz |
avcodec/av1_metadata: add an option to remove Padding OBUs
Reviewed-by: Mark Thompson <sw@jkqxz.net>
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 d1cd356524..02cb5c3ec1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 48 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |