summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-06-17 10:30:15 +0300
committerMartin Storsjö <martin@martin.st>2011-06-23 20:17:44 +0300
commit67e9ae14d93aeee019bf65d38192ca5c75dc99dd (patch)
treecd1322de6f8fc955562a76d2bd6ebeb8d71df914 /libavutil/avutil.h
parent9e19704a6a04786f65478b9e9aeb470c6d1e277c (diff)
downloadffmpeg-streaming-67e9ae14d93aeee019bf65d38192ca5c75dc99dd.zip
ffmpeg-streaming-67e9ae14d93aeee019bf65d38192ca5c75dc99dd.tar.gz
Add av_printf_format, for marking printf style format strings and their parameters
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 1846146..d6e4668 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 7
+#define LIBAVUTIL_VERSION_MINOR 8
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
OpenPOWER on IntegriCloud