diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-24 13:14:26 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-24 14:32:14 +0100 |
commit | 547d41207804b5651ecb15fec7c2cfa5e42d7f2f (patch) | |
tree | 9760e7609bbdeb9bc8afa5a324b2a5871eb7ab78 /libavfilter/internal.h | |
parent | 22ee0a576faff87a24e30b2a27a3607dee4ca6c7 (diff) | |
download | ffmpeg-547d41207804b5651ecb15fec7c2cfa5e42d7f2f.tar.gz |
avfilter: update some comments
start_frame is no more, samplesref argument is now frame argument.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 766debeb71..769e65b2fc 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); |