X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fbuffersink.h;h=3c846bb527f133289cb40dd6b4825c11a5e62831;hb=8446318502bf21347a4867a5a1fcd8d9bfbd6a41;hp=21d6bb505b4047ad09d19ba6c2ce6f1cccd1afaa;hpb=bbe95ebdadff24127a7c1c9ccf1e7b71aac96cf8;p=ffmpeg diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 21d6bb505b4..3c846bb527f 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -151,7 +151,7 @@ int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame); * the end of stream, when it can contain less than nb_samples. * * @return The return codes have the same meaning as for - * av_buffersink_get_samples(). + * av_buffersink_get_frame(). * * @warning do not mix this function with av_buffersink_get_frame(). Use only one or * the other with a single sink, not both.