OSDN Git Service

Improve av_strerror() documentation
authorMåns Rullgård <mans@mansr.com>
Wed, 30 Jun 2010 20:09:52 +0000 (20:09 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 30 Jun 2010 20:09:52 +0000 (20:09 +0000)
Originally committed as revision 23910 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/error.h

index 3cee903..28fa925 100644 (file)
@@ -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