Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Holik <peter@holik.at>2013-12-12 19:11:35 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2013-12-17 12:34:08 +0400
commit6fd99e78def3c795bdd0bc31f3ae0998d24bc94c (patch)
tree2fcfbd9a8164e9b86fde0af9339a96a02bc0010d /libavcodec/version.h
parent0d882e9e7b78f3874ef9511d739da9d64f1ec58a (diff)
png: add a standalone parser
Useful for reading png images from a pipe.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
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, \