From 5595e7a10221d03333bba6183e75d5bda2643b04 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 11 Dec 2012 01:53:01 +0100 Subject: [PATCH] doxy: fix swr group name Signed-off-by: Michael Niedermayer --- libavutil/avutil.h | 2 +- libswresample/swresample.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 */