]> git.sesse.net Git - ffmpeg/commitdiff
lavfi/buffersink: clearly document that the Params struct are unused.
authorNicolas George <george@nsup.org>
Fri, 14 Aug 2020 08:56:50 +0000 (10:56 +0200)
committerNicolas George <george@nsup.org>
Thu, 20 Aug 2020 10:49:08 +0000 (12:49 +0200)
libavfilter/buffersink.h

index 2ec821c6857f2d188a53436ad371e430fc5082aa..c0e6b5386fe43dec7f9bf0ad5bf0af21265f86b4 100644 (file)
@@ -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