Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 05:12:36 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-14 22:49:08 +0400
commitec679eb4530174fe8d1e06c6010597539f6c1c97 (patch)
treec51135e727f6966fd5612f7894c2534df0d4e37d /libavcodec/qdm2.c
parent5a819c5e23b46bb03a9862790452ff829ea1e898 (diff)
doxygen: place empty line between brief description and detailed description
Without it, Doxygen cannot separate them into different sections.
Diffstat (limited to 'libavcodec/qdm2.c')
-rw-r--r--libavcodec/qdm2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 86847adc10..2a45495c7c 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -26,6 +26,7 @@
* @file
* QDM2 decoder
* @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni
+ *
* The decoder is not perfect yet, there are still some distortions
* especially on files encoded with 16 or 8 subbands.
*/