diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-26 11:31:41 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-02 22:22:02 +0200 |
commit | c45fcf30cfab687004ed1cdc06ebaa21f4262a0b (patch) | |
tree | b7ba394385830ffc6cb4fe9ad070dadb4f35699f /libavcodec/version.h | |
parent | 0c7707610f46a28b65eff935500c78c9781f8f4f (diff) | |
download | ffmpeg-c45fcf30cfab687004ed1cdc06ebaa21f4262a0b.tar.gz |
DXV decoder
Support all DXDI and DXD3 normal quality videos.
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 8dfa73558c..eefc3a93d1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |