summaryrefslogtreecommitdiff
path: root/libavfilter/lavfutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/lavfutils.h')
-rw-r--r--libavfilter/lavfutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/lavfutils.h b/libavfilter/lavfutils.h
index a310e83384..2d5308f79c 100644
--- a/libavfilter/lavfutils.h
+++ b/libavfilter/lavfutils.h
@@ -34,7 +34,7 @@
* @param pix_fmt pointer to the pixel format of the loaded image
* @param filename the name of the image file to load
* @param log_ctx log context
- * @return 0 in case of success, a negative error code otherwise.
+ * @return >= 0 in case of success, a negative error code otherwise.
*/
int ff_load_image(uint8_t *data[4], int linesize[4],
int *w, int *h, enum AVPixelFormat *pix_fmt,