summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/avutil.h2
-rw-r--r--libswresample/swresample.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 8f63e3bade..5fc175a312 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -39,7 +39,7 @@
* @li @ref libavf "libavformat" I/O and muxing/demuxing library
* @li @ref lavd "libavdevice" special devices muxing/demuxing library
* @li @ref lavu "libavutil" common utility library
- * @li @ref libswresample "libswresample" audio resampling, format conversion and mixing
+ * @li @ref lswr "libswresample" audio resampling, format conversion and mixing
* @li @subpage libpostproc post processing library
* @li @subpage libswscale color conversion and scaling library
*/
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 6dd8a47d20..8d9f77d3c8 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -23,6 +23,7 @@
/**
* @file
+ * @ingroup lswr
* libswresample public header
*/