diff mbox series

[FFmpeg-devel,2/4] lavfi/buffersink: clearly document that the Params struct are unused.

Message ID 20200814093434.94564-2-george@nsup.org
State Accepted
Commit 1f12b7b1d35e9b7f77fee1475883cae357ac50e1
Headers show
Series [FFmpeg-devel,1/4] lavfi/buffersink: remove redundant channel layouts. | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Nicolas George Aug. 14, 2020, 9:34 a.m. UTC
Signed-off-by: Nicolas George <george@nsup.org>
---
 libavfilter/buffersink.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Paul B Mahol Aug. 19, 2020, 6:37 p.m. UTC | #1
On 8/14/20, Nicolas George <george@nsup.org> wrote:
> Signed-off-by: Nicolas George <george@nsup.org>
> ---
>  libavfilter/buffersink.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

LGTM
Nicolas George Aug. 20, 2020, 11 a.m. UTC | #2
Paul B Mahol (12020-08-19):
> On 8/14/20, Nicolas George <george@nsup.org> wrote:
> > Signed-off-by: Nicolas George <george@nsup.org>
> > ---
> >  libavfilter/buffersink.h | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> LGTM

Thanks, pushed.

Regards,
diff mbox series

Patch

diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h
index 2ec821c685..c0e6b5386f 100644
--- a/libavfilter/buffersink.h
+++ b/libavfilter/buffersink.h
@@ -61,7 +61,7 @@  int av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flag
 
 #if FF_API_NEXT
 /**
- * Struct to use for initializing a buffersink context.
+ * Deprecated and unused struct to use for initializing a buffersink context.
  */
 typedef struct AVBufferSinkParams {
     const enum AVPixelFormat *pixel_fmts; ///< list of allowed pixel formats, terminated by AV_PIX_FMT_NONE
@@ -76,7 +76,7 @@  attribute_deprecated
 AVBufferSinkParams *av_buffersink_params_alloc(void);
 
 /**
- * Struct to use for initializing an abuffersink context.
+ * Deprecated and unused struct to use for initializing an abuffersink context.
  */
 typedef struct AVABufferSinkParams {
     const enum AVSampleFormat *sample_fmts; ///< list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE