]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersrc.h
lavf: replace rename() with ff_rename()
[ffmpeg] / libavfilter / buffersrc.h
index 0f9d93ac2f3d900c3f56829225e00f5da354ba81..0ca4d963a6b0083c0b7f4cfad6bd8b3dd1821aaa 100644 (file)
 
 /**
  * @file
+ * @ingroup lavfi_buffersrc
  * Memory buffer source API.
  */
 
 #include "avfilter.h"
 
+/**
+ * @defgroup lavfi_buffersrc Buffer source API
+ * @ingroup lavfi
+ * @{
+ */
+
 #if FF_API_AVFILTERBUFFER
 /**
  * Add a buffer to a filtergraph.
@@ -71,4 +78,8 @@ int av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame);
  */
 int av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame);
 
+/**
+ * @}
+ */
+
 #endif /* AVFILTER_BUFFERSRC_H */