* error message indicating the errnum provided to errbuf.
*
* @param errbuf_size the size in bytes of errbuf
- * @return 0 on success, a negative value otherwise
+ * @return 0 on success, a negative value if a description for errnum
+ * cannot be found
*/
int av_strerror(int errnum, char *errbuf, size_t errbuf_size);