summaryrefslogtreecommitdiff
path: root/libavfilter/video.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-22 07:03:55 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-27 06:10:57 +0200
commitf7d59ca364c38860089b56826df47db032a80822 (patch)
treec34bb19fb82c70362668c624144b107b68192564 /libavfilter/video.h
parent3042e71776a5f09b814c73430c7169e789847bbc (diff)
avfilter/audio, video: Remove references to avfilter_unref_buffer()
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r--libavfilter/video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/video.h b/libavfilter/video.h
index 56c58d6766..f448e4ada4 100644
--- a/libavfilter/video.h
+++ b/libavfilter/video.h
@@ -33,8 +33,7 @@ AVFrame *ff_null_get_video_buffer(AVFilterLink *link, int w, int h);
* be requested
* @param w the minimum width of the buffer to allocate
* @param h the minimum height of the buffer to allocate
- * @return A reference to the buffer. This must be unreferenced with
- * avfilter_unref_buffer when you are finished with it.
+ * @return on success, an AVFrame owned by the caller, NULL on error
*/
AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h);