X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Finternal.h;h=769e65b2fc04c1b543b835d54deeb0c610de84f7;hb=9938697c1c119a675759029ead74b91c529cdf2e;hp=766debeb714a077feffe4b4374855c3dcb57fb9e;hpb=a9cd11b212950a4c88a85c59e6485a5868a6bbdd;p=ffmpeg diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 766debeb714..769e65b2fc0 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -86,7 +86,7 @@ struct AVFilterPad { * Input pads only. * * @return >= 0 on success, a negative AVERROR on error. This function - * must ensure that samplesref is properly unreferenced on error if it + * must ensure that frame is properly unreferenced on error if it * hasn't been passed on to another filter. */ int (*filter_frame)(AVFilterLink *link, AVFrame *frame);