Browse code

doxy: fix swr group name

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/12/11 09:53:01
Showing 2 changed files
... ...
@@ -39,7 +39,7 @@
39 39
  * @li @ref libavf "libavformat" I/O and muxing/demuxing library
40 40
  * @li @ref lavd "libavdevice" special devices muxing/demuxing library
41 41
  * @li @ref lavu "libavutil" common utility library
42
- * @li @ref libswresample "libswresample" audio resampling, format conversion and mixing
42
+ * @li @ref lswr "libswresample" audio resampling, format conversion and mixing
43 43
  * @li @subpage libpostproc post processing library
44 44
  * @li @subpage libswscale  color conversion and scaling library
45 45
  */
... ...
@@ -23,6 +23,7 @@
23 23
 
24 24
 /**
25 25
  * @file
26
+ * @ingroup lswr
26 27
  * libswresample public header
27 28
  */
28 29