diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 11:32:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 11:32:04 +0000 |
commit | 983e3246b7528e6ffc0cc347d54b86e161140fe6 (patch) | |
tree | dcbb0c1222a0717ed687c3dabf0a35bf205bf044 /libavcodec/mdct.c | |
parent | d33c949cd3292e6014c350afdbac91f6d2d66153 (diff) | |
download | ffmpeg-983e3246b7528e6ffc0cc347d54b86e161140fe6.tar.gz |
per file doxy
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdct.c')
-rw-r--r-- | libavcodec/mdct.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c index 91a927cb09..a0f5671771 100644 --- a/libavcodec/mdct.c +++ b/libavcodec/mdct.c @@ -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) { |