diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 22:05:27 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 22:15:25 -0700 |
commit | 58c7bf789f0b5c7345efdfe8313012835337efd6 (patch) | |
tree | 87d9ee19886b52033aaf65514cf36cd420ba6a9f /libswresample | |
parent | a4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b (diff) | |
download | ffmpeg-58c7bf789f0b5c7345efdfe8313012835337efd6.tar.gz |
doxygen: Standardize root-level modules
Diffstat (limited to 'libswresample')
-rw-r--r-- | libswresample/swresample.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 10eaebc439..a09563b80a 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -28,11 +28,10 @@ */ /** - * @defgroup lswr Libswresample + * @defgroup lswr libswresample * @{ * - * Libswresample (lswr) is a library that handles audio resampling, sample - * format conversion and mixing. + * Audio resampling, sample format conversion and mixing library. * * Interaction with lswr is done through SwrContext, which is * allocated with swr_alloc() or swr_alloc_set_opts(). It is opaque, so all parameters |