diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-27 19:27:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-07-05 02:54:34 +0000 |
commit | 7de4a16508cb9bd2d40855f7114dea14329ef62a (patch) | |
tree | dbc8ac528fb0a869d79698cca7821efb601d3b02 /libavcodec/version.h | |
parent | 9b2b57681cd6a9d183465974174e504d76f51ee8 (diff) | |
download | ffmpeg-7de4a16508cb9bd2d40855f7114dea14329ef62a.tar.gz |
PAF demuxer and decoder
Signed-off-by: Paul B Mahol <onemda@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 5cbd41bac8..64c1dc6b1b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 32 +#define LIBAVCODEC_VERSION_MINOR 33 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |