summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-01-29 01:07:08 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-01-29 01:07:08 +0100
commit3ea97767e49c599813d6a09c640a657d71c1a0de (patch)
tree31dcce34ccb2cb8c0cf49324c10b834443f5d61c /libavcodec/version.h
parent72db3c79dfddbeae82c540c785c680654a77b063 (diff)
downloadffmpeg-3ea97767e49c599813d6a09c640a657d71c1a0de.tar.gz
Add an ARES atom to extradata when encoding avui.
Allows playback with QuickTime and the original codec. Tested by Olaf Matthes, olaf matthes gmx de
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 dfb95e098f..3827c38f69 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 21
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \