diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2018-11-02 15:24:45 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2018-11-05 12:39:23 -0500 |
commit | aefbb2bf029f3a01cc4198c9470550f7b007e868 (patch) | |
tree | 67c8038064638d01b8586c12eccab62b59f7e91c /libavcodec/version.h | |
parent | cdc487bfc841ce47e64bdd774f7bcc40e3f4a626 (diff) | |
download | ffmpeg-aefbb2bf029f3a01cc4198c9470550f7b007e868.tar.gz |
proresdec2: Parse codec_tag and export profile information
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 893ab9b0d1..0351b36c2b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 38 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |