summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-04-18 17:25:20 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-06 14:27:34 +0100
commit34efb8a169e4551326e069be47125c6c2cb7ab90 (patch)
tree3a25833512250c82670bf8dc772a7cd51ac68df4 /libavcodec/version.h
parentbb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f (diff)
downloadffmpeg-streaming-34efb8a169e4551326e069be47125c6c2cb7ab90.zip
ffmpeg-streaming-34efb8a169e4551326e069be47125c6c2cb7ab90.tar.gz
quickdraw: Support direct pixel blocks
Data is stored in separated components so rework decode_rle() to support stepping and offsets.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 76020d3..50c2b48 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 23
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MICRO 2
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud