summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-05-19 08:03:22 +0000
committerReinhard Tartler <siretart@tauware.de>2010-05-19 08:03:22 +0000
commit1673bf86d6390cb3f7aaaae115264afa1dc41a14 (patch)
treeef02439ede9f0b29e3154850e6f8712fe617f99b /libavutil/avutil.h
parent0db6f6cfedaea5e1cbda35239023c06c5648ff3c (diff)
Make av_strerror() return -1 even in the case when av_strerror_r() is
not defined. This allows applications to check if av_strerror() cannot provide a meaningful representation for the provided error code, without having to actually check the filled string. backport r23031 by stefano Originally committed as revision 23174 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
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 b2c49283b0..e9e07b92fd 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 50
#define LIBAVUTIL_VERSION_MINOR 15
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \