diff --git a/libavutil/error.h b/libavutil/error.h index 3cee903ee2af846f886fdf40e1764ccc8263354e..28fa925793d5bfdc23d92f16c5633a7f25ab5942 100644 --- a/libavutil/error.h +++ b/libavutil/error.h @@ -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