aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 02:49:04 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 19:13:05 +0200
commit141f03541b39e131a5e8aa776a88abe77b70618e (patch)
tree6feaa685df03910c39d317d67522cb1f912200f4 /libavutil/avutil.h
parent15f03725ced37e3b99e76f63f52cb92e10f134e2 (diff)
downloadffmpeg-141f03541b39e131a5e8aa776a88abe77b70618e.tar.gz
opt: do not crash in av_set_options_string() if opts == NULL
Add missing NULL check, and update documentation accordingly.
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 36dcf8f718..4d6ef66003 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 9
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \