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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-04-22 00:24:07 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-05-17 19:25:27 +0300
commit0c4468dc185fa8b9e7d6add914595c5e928b24fd (patch)
tree72ca617953ba608bf21bb3584058770a353d11e2 /libavutil/version.h
parentd621b2f795684f7119057f986066060adbe84220 (diff)
stereo3d: Add API to get name from value or value from name
Use it in av_dump_format() instead of a huge switch case.
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 7bbac410b7..4cee2b0ba1 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -54,7 +54,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 55
-#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MINOR 12
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \