diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-11 20:44:00 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-13 19:48:14 +0000 |
commit | 247e370e2a913db52ca079b347a174c8d393b171 (patch) | |
tree | c3e36af036c6daafa2d85be8f654a65ab97106e1 /libavcodec/version.h | |
parent | 5a0e953c2465be9d449d5f523c3d3e2b886910b2 (diff) | |
download | ffmpeg-247e370e2a913db52ca079b347a174c8d393b171.tar.gz |
TDSC decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 5392e05133..816d7ea302 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 17 +#define LIBAVCODEC_VERSION_MINOR 18 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |