summaryrefslogtreecommitdiff
path: root/libavfilter/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/audio.h')
-rw-r--r--libavfilter/audio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/audio.h b/libavfilter/audio.h
index 6bbe6ee9ef..90709a0ad0 100644
--- a/libavfilter/audio.h
+++ b/libavfilter/audio.h
@@ -37,8 +37,7 @@ AVFrame *ff_null_get_audio_buffer(AVFilterLink *link, int nb_samples);
* @param link the output link to the filter from which the buffer will
* be requested
* @param nb_samples the number of samples per channel
- * @return A reference to the samples. 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_audio_buffer(AVFilterLink *link, int nb_samples);