]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersink.h
mpegenccontext: Remove unused dct_unquantize_h261 function pointers
[ffmpeg] / libavfilter / buffersink.h
index f12db88d0434673b772e3249819188419029876c..83a8bd947137eee1afebd11d21be670ae5e5a7c7 100644 (file)
 
 /**
  * @file
+ * @ingroup lavfi_buffersink
  * memory buffer sink API
  */
 
 #include "avfilter.h"
 
+/**
+ * @defgroup lavfi_buffersink Buffer sink API
+ * @ingroup lavfi
+ * @{
+ */
+
 #if FF_API_AVFILTERBUFFER
 /**
  * Get a buffer with filtered data from sink and put it in buf.
@@ -98,4 +105,8 @@ int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame);
  */
 int av_buffersink_get_samples(AVFilterContext *ctx, AVFrame *frame, int nb_samples);
 
+/**
+ * @}
+ */
+
 #endif /* AVFILTER_BUFFERSINK_H */