diff options
author | Peter Holik <peter@holik.at> | 2013-12-12 16:11:35 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-17 09:34:08 +0100 |
commit | 6fd99e78def3c795bdd0bc31f3ae0998d24bc94c (patch) | |
tree | 2fcfbd9a8164e9b86fde0af9339a96a02bc0010d /libavcodec/version.h | |
parent | 0d882e9e7b78f3874ef9511d739da9d64f1ec58a (diff) | |
download | ffmpeg-6fd99e78def3c795bdd0bc31f3ae0998d24bc94c.tar.gz |
png: add a standalone parser
Useful for reading png images from a pipe.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 2c3f2f214a..c5a777bffd 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,8 +27,8 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 28 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 29 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |