diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-11 01:53:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-11 01:53:18 +0100 |
commit | 5595e7a10221d03333bba6183e75d5bda2643b04 (patch) | |
tree | 615d128595213b21311c53dfb1dad0e07a4bbb6d | |
parent | 71b191296386921fffaa69ac1cedb73ed0c6f9b0 (diff) | |
download | ffmpeg-5595e7a10221d03333bba6183e75d5bda2643b04.tar.gz |
doxy: fix swr group name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/avutil.h | 2 | ||||
-rw-r--r-- | libswresample/swresample.h | 1 |
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 */ |