X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Finternal.h;h=769e65b2fc04c1b543b835d54deeb0c610de84f7;hb=74658a8b4db3a0b99e1461283d358f800e93f73a;hp=766debeb714a077feffe4b4374855c3dcb57fb9e;hpb=69ead86027d04e8f1dacd7b63eb936f62a8e0c6a;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);