diff mdct.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents a521e0ecc5a8
children dd63cb7e5080
line wrap: on
line diff
--- a/mdct.c	Thu Mar 06 11:25:55 2003 +0000
+++ b/mdct.c	Thu Mar 06 11:32:04 2003 +0000
@@ -18,8 +18,13 @@
  */
 #include "dsputil.h"
 
-/*
- * init MDCT or IMDCT computation
+/**
+ * @file mdct.c
+ * MDCT/IMDCT transforms.
+ */
+
+/**
+ * init MDCT or IMDCT computation.
  */
 int ff_mdct_init(MDCTContext *s, int nbits, int inverse)
 {