diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2016-03-25 21:32:26 +0000 |
---|---|---|
committer | Kieran Kunhya <kieran@kunhya.com> | 2016-03-27 04:21:38 +0100 |
commit | e259dc86a80398d56d1aabcf6203f80616a4d04d (patch) | |
tree | 36c152b8b2324feecad73c2969697c42d9e2158c /libavcodec/version.h | |
parent | c50be7a52bc1e8e18a0059e489743ec12a43f257 (diff) | |
download | ffmpeg-e259dc86a80398d56d1aabcf6203f80616a4d04d.tar.gz |
avcodec: Remove libdcadec, we already have it merged internally
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 ef87b2dae1..af4f101f38 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 30 +#define LIBAVCODEC_VERSION_MINOR 31 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |