Improve av_strerror() documentation
Originally committed as revision 23910 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c2a5b4731b
commit
2eaf7e49c7
@ -63,6 +63,8 @@
|
|||||||
* error. Even in case of failure av_strerror() will print a generic
|
* error. Even in case of failure av_strerror() will print a generic
|
||||||
* error message indicating the errnum provided to errbuf.
|
* 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
|
* @param errbuf_size the size in bytes of errbuf
|
||||||
* @return 0 on success, a negative value if a description for errnum
|
* @return 0 on success, a negative value if a description for errnum
|
||||||
* cannot be found
|
* cannot be found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user