[FFmpeg-cvslog] r23910 - trunk/libavutil/error.h

mru subversion
Wed Jun 30 22:09:52 CEST 2010


Author: mru
Date: Wed Jun 30 22:09:52 2010
New Revision: 23910

Log:
Improve av_strerror() documentation

Modified:
   trunk/libavutil/error.h

Modified: trunk/libavutil/error.h
==============================================================================
--- trunk/libavutil/error.h	Wed Jun 30 22:09:48 2010	(r23909)
+++ trunk/libavutil/error.h	Wed Jun 30 22:09:52 2010	(r23910)
@@ -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



More information about the ffmpeg-cvslog mailing list