changeset 962:399b530e8fb2 libavutil

Improve av_strerror() documentation
author mru
date Wed, 30 Jun 2010 20:09:52 +0000
parents 64a8e85b50be
children bb7159d1f769
files error.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/error.h	Wed Jun 30 20:09:48 2010 +0000
+++ b/error.h	Wed Jun 30 20:09:52 2010 +0000
@@ -63,6 +63,8 @@
  * error. Even in case of failure av_strerror() will print a generic
  * error message indicating the errnum provided to errbuf.
  *
+ * @param errnum      error code to describe
+ * @param errbuf      buffer to which description is written
  * @param errbuf_size the size in bytes of errbuf
  * @return 0 on success, a negative value if a description for errnum
  * cannot be found