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:
authorNicolas George <nicolas.george@normalesup.org>2012-12-01 19:58:51 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-12-02 14:48:56 +0400
commit86a2486812f14bf513632e425649a534882e56f7 (patch)
tree828bc084cfaa25797c299cad50f03de068a8b340 /libavutil/version.h
parentb61ba262a1e275f8129b7383d70fe48051b47fcf (diff)
lavu/parseutils: accept %J for hours >= 24.
Allow to parse durations >= 24:00:00.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index b46c3f2925..a44feda847 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -76,7 +76,7 @@
#define LIBAVUTIL_VERSION_MAJOR 52
#define LIBAVUTIL_VERSION_MINOR 11
-#define LIBAVUTIL_VERSION_MICRO 100
+#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \