diff options
author | Paul B Mahol <onemda@gmail.com> | 2014-03-21 16:28:47 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-27 23:34:47 +0100 |
commit | 70daeacd6ef8b354dd7d2d77ad393831a5bbf033 (patch) | |
tree | 4dc657ae2a021a4f813590572d9cd2b09a46b0ce /libavcodec/version.h | |
parent | d37c96213a2a9e1fd8669122d5405f4ce6a99ed8 (diff) | |
download | ffmpeg-70daeacd6ef8b354dd7d2d77ad393831a5bbf033.tar.gz |
PAF demuxer and decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 3937b83dcc..192359b990 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 38 +#define LIBAVCODEC_VERSION_MINOR 39 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |