summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMarc-Antoine Arnaud <arnaud.marcantoine@gmail.com>2014-09-23 16:17:42 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-10-08 18:17:50 +0100
commit91eef402037ae5a51d89ade6cb71cdd70b291c8b (patch)
tree7dc13dc46c1d002e4edc43a0f6fef046c4de56cc /libavcodec/version.h
parent9d5fed6dc4cccb0689f694112f5026988bebc472 (diff)
avcodec: add enum values on chroma sample location
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 773d21e355..90b1f10f65 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 2
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MICRO 2
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \