diff options
author | Peter Ross <pross@xvid.org> | 2019-01-06 17:45:04 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-12 20:06:20 +1000 |
commit | 43dbdee264915d21b745939034d0c5120322ec5b (patch) | |
tree | 67ed9cc4a826aa758b84422ad5d710557ac82039 /libavcodec/version.h | |
parent | a212c8da48fea89bff3e26324aef257e5663233e (diff) | |
download | ffmpeg-43dbdee264915d21b745939034d0c5120322ec5b.tar.gz |
VP4 video decoder
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 7ed60717f0..2709163700 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 52 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 53 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |