Skip to content
Snippets Groups Projects
Commit 2eaf7e49 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Improve av_strerror() documentation

Originally committed as revision 23910 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c2a5b473
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment